#CA5579

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

Shades of Cabaret #CA5579

Tints of Cabaret #CA5579

Color information

#CA5579 (or 0xCA5579) is unknown color: approx Cabaret. HEX triplet: CA, 55 and 79. RGB value is (202,85,121). Sum of RGB (Red+Green+Blue) = 202+85+121=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5579 is #35AA86. Grayscale: #7C7C7C. Windows color (decimal): -3517063 or 7951818. OLE color: 7951818.

HSL color Cylindrical-coordinate representation of color #CA5579: hue angle of 341.54º degrees, saturation: 0.52, 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 #CA5579 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB20285121-
CMYK00.580.400.21
HSL341.54º52.47%56.27%-
HSV(B)341.54º57.92%79.22%-
XYZ31.0620.4320.4-
YUV124.09126.26183.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.51%
GREEN value IS 85 (33.59% from 255) = 20.83%
BLUE value IS 121 (47.66% from 255) = 29.66%
R=49.51%
G=20.83%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028512100.580.400.21341.5452.4756.27
HexCA557903A28151563438
Octal31212517107250255266470
Binary1100101010101011111001011101010100010101101010110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5579; }

 p { color: rgb(202,85,121); }

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

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

 a { background-color: rgb(202,85,121); }

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

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

 span { border-color: rgb(202,85,121); }

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