Shades of Cabaret #CA5977
Tints of Cabaret #CA5977
RGB
CMYK
RGB Variations
Color information
#CA5977 (or 0xCA5977) is known color: Cabaret. HEX triplet: CA, 59 and 77. RGB value is (202,89,119). Sum of RGB (Red+Green+Blue) = 202+89+119=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5977 is #35A688. Grayscale: #7E7E7E. Windows color (decimal): -3516041 or 7821770. OLE color: 7821770.
HSL color Cylindrical-coordinate representation of color #CA5977: hue angle of 344.07º 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 #CA5977 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 89 | 119 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.21 |
| HSL | 344.07º | 0.52% | 0.57% | - |
| HSV(B) | 344.07º | 0.56% | 0.79% | - |
| XYZ | 31.26 | 21.03 | 19.87 | - |
| YUV | 126.21 | 123.94 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 119 | 0 | 0.56 | 0.41 | 0.21 | 344.07 | 0.52 | 0.57 |
| Hex | CA | 59 | 77 | 0 | 38 | 29 | 15 | 158 | 34 | 39 |
| Octal | 312 | 131 | 167 | 0 | 70 | 51 | 25 | 530 | 64 | 71 |
| Binary | 11001010 | 1011001 | 1110111 | 0 | 111000 | 101001 | 10101 | 101011000 | 110100 | 111001 |
Color Harmonies of #CA5977
Complementary color
Monochromatic Colors of #CA5977
Black with #CA5977
Text Example
Text Example
White with #CA5977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5977; }
p { color: rgb(202,89,119); }
H1.HeaderClassName
{
color: #CA5977;
}
.AnyTagClassName
{
color: #CA5977;
}
</style>
background-color css
<style>
a { background-color: #CA5977; }
a { background-color: rgb(202,89,119); }
div.DivClassName
{
background-color: #CA5977;
}
.BgClassName
{
background-color: #CA5977;
}
</style>
border-color css
<style>
span { border-color: #CA5977; }
span { border-color: rgb(202,89,119); }
td.TdClassName
{
border-color: #CA5977;
}
.TagClassName
{
border-color: #CA5977;
}
</style>