Shades of Cabaret #CA5976
Tints of Cabaret #CA5976
RGB
CMYK
RGB Variations
Color information
#CA5976 (or 0xCA5976) is known color: 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
| RGB | 202 | 89 | 118 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.21 |
| HSL | 344.6º | 0.52% | 0.57% | - |
| HSV(B) | 344.6º | 0.56% | 0.79% | - |
| XYZ | 31.2 | 21.01 | 19.55 | - |
| YUV | 126.09 | 123.44 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 118 | 0 | 0.56 | 0.42 | 0.21 | 344.6 | 0.52 | 0.57 |
| Hex | CA | 59 | 76 | 0 | 38 | 2A | 15 | 159 | 34 | 39 |
| Octal | 312 | 131 | 166 | 0 | 70 | 52 | 25 | 531 | 64 | 71 |
| Binary | 11001010 | 1011001 | 1110110 | 0 | 111000 | 101010 | 10101 | 101011001 | 110100 | 111001 |
Color Harmonies of #CA5976
Complementary color
Monochromatic Colors of #CA5976
Black with #CA5976
Text Example
Text Example
White with #CA5976
Text Example
Text Example
HTML Codes & Css Web 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>