#CA5576

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

Shades of Cabaret #CA5576

Tints of Cabaret #CA5576

Color information

#CA5576 (or 0xCA5576) is unknown color: approx Cabaret. HEX triplet: CA, 55 and 76. RGB value is (202,85,118). Sum of RGB (Red+Green+Blue) = 202+85+118=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5576 is #35AA89. Grayscale: #7B7B7B. Windows color (decimal): -3517066 or 7755210. OLE color: 7755210.

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

Color convert

RGB20285118-
CMYK00.580.420.21
HSL343.08º52.47%56.27%-
HSV(B)343.08º57.92%79.22%-
XYZ30.8820.3619.44-
YUV123.74124.76183.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.88%
GREEN value IS 85 (33.59% from 255) = 20.99%
BLUE value IS 118 (46.48% from 255) = 29.14%
R=49.88%
G=20.99%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028511800.580.420.21343.0852.4756.27
HexCA557603A2A151573438
Octal31212516607252255276470
Binary1100101010101011110110011101010101010101101010111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5576; }

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

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

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

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

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

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

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

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