#CA5469

Color #CA5469 Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #CA5469

Tints of Cabaret #CA5469

Color information

#CA5469 (or 0xCA5469) is unknown color: approx Cabaret. HEX triplet: CA, 54 and 69. RGB value is (202,84,105). Sum of RGB (Red+Green+Blue) = 202+84+105=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5469 is #35AB96. Grayscale: #797979. Windows color (decimal): -3517335 or 6902986. OLE color: 6902986.

HSL color Cylindrical-coordinate representation of color #CA5469: hue angle of 349.32º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA5469 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB20284105-
CMYK00.580.480.21
HSL349.32º52.68%56.08%-
HSV(B)349.32º58.42%79.22%-
XYZ30.0819.9215.62-
YUV121.68118.59185.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 51.66%
GREEN value IS 84 (33.20% from 255) = 21.48%
BLUE value IS 105 (41.41% from 255) = 26.85%
R=51.66%
G=21.48%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028410500.580.480.21349.3252.6856.08
HexCA546903A301515d3538
Octal31212415107260255356570
Binary1100101010101001101001011101011000010101101011101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5469; }

 p { color: rgb(202,84,105); }

 H1.HeaderClassName
 {
   color: #CA5469;
 }
 .AnyTagClassName
 {
   color: #CA5469;
 }
</style>
background-color css

<style>
 a { background-color: #CA5469; }

 a { background-color: rgb(202,84,105); }

 div.DivClassName
 {
   background-color: #CA5469;
 }
 .BgClassName
 {
   background-color: #CA5469;
 }
</style>
border-color css

<style>
 span { border-color: #CA5469; }

 span { border-color: rgb(202,84,105); }

 td.TdClassName
 {
   border-color: #CA5469;
 }
 .TagClassName
 {
   border-color: #CA5469;
 }
</style>