#CA5776

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

Shades of Cabaret #CA5776

Tints of Cabaret #CA5776

Color information

#CA5776 (or 0xCA5776) is unknown color: approx Cabaret. HEX triplet: CA, 57 and 76. RGB value is (202,87,118). Sum of RGB (Red+Green+Blue) = 202+87+118=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5776 is #35A889. Grayscale: #7C7C7C. Windows color (decimal): -3516554 or 7755722. OLE color: 7755722.

HSL color Cylindrical-coordinate representation of color #CA5776: hue angle of 343.83º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA5776 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB20287118-
CMYK00.570.420.21
HSL343.83º52.04%56.67%-
HSV(B)343.83º56.93%79.22%-
XYZ31.0420.6819.5-
YUV124.92124.1182.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.63%
GREEN value IS 87 (34.38% from 255) = 21.38%
BLUE value IS 118 (46.48% from 255) = 28.99%
R=49.63%
G=21.38%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028711800.570.420.21343.8352.0456.67
HexCA57760392A151583439
Octal31212716607152255306471
Binary1100101010101111110110011100110101010101101011000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5776; }

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

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

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

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

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

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

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

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