#CA5976

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

Shades of Cabaret #CA5976

Tints of Cabaret #CA5976

Color information

#CA5976 (or 0xCA5976) is unknown color: approx Cabaret. HEX triplet: CA, 59 and 76. RGB value is (202,89,118). Sum of RGB (Red+Green+Blue) = 202+89+118=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5976 is #35A689. Grayscale: #7E7E7E. Windows color (decimal): -3516042 or 7756234. OLE color: 7756234.

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

Color convert

RGB20289118-
CMYK00.560.420.21
HSL344.6º51.6%57.06%-
HSV(B)344.6º55.94%79.22%-
XYZ31.221.0119.55-
YUV126.09123.44182.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.39%
GREEN value IS 89 (35.16% from 255) = 21.76%
BLUE value IS 118 (46.48% from 255) = 28.85%
R=49.39%
G=21.76%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028911800.560.420.21344.651.657.06
HexCA59760382A151593439
Octal31213116607052255316471
Binary1100101010110011110110011100010101010101101011001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5976; }

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

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

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

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

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

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

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

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