Shades of Cabaret #CA5877
Tints of Cabaret #CA5877
RGB
CMYK
RGB Variations
Color information
#CA5877 (or 0xCA5877) is known color: Cabaret. HEX triplet: CA, 58 and 77. RGB value is (202,88,119). Sum of RGB (Red+Green+Blue) = 202+88+119=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5877 is #35A788. Grayscale: #7D7D7D. Windows color (decimal): -3516297 or 7821514. OLE color: 7821514.
HSL color Cylindrical-coordinate representation of color #CA5877: hue angle of 343.68º 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 #CA5877 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 88 | 119 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.21 |
| HSL | 343.68º | 0.52% | 0.57% | - |
| HSV(B) | 343.68º | 0.56% | 0.79% | - |
| XYZ | 31.18 | 20.87 | 19.84 | - |
| YUV | 125.62 | 124.27 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 88 | 119 | 0 | 0.56 | 0.41 | 0.21 | 343.68 | 0.52 | 0.57 |
| Hex | CA | 58 | 77 | 0 | 38 | 29 | 15 | 158 | 34 | 39 |
| Octal | 312 | 130 | 167 | 0 | 70 | 51 | 25 | 530 | 64 | 71 |
| Binary | 11001010 | 1011000 | 1110111 | 0 | 111000 | 101001 | 10101 | 101011000 | 110100 | 111001 |
Color Harmonies of #CA5877
Complementary color
Monochromatic Colors of #CA5877
Black with #CA5877
Text Example
Text Example
White with #CA5877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5877; }
p { color: rgb(202,88,119); }
H1.HeaderClassName
{
color: #CA5877;
}
.AnyTagClassName
{
color: #CA5877;
}
</style>
background-color css
<style>
a { background-color: #CA5877; }
a { background-color: rgb(202,88,119); }
div.DivClassName
{
background-color: #CA5877;
}
.BgClassName
{
background-color: #CA5877;
}
</style>
border-color css
<style>
span { border-color: #CA5877; }
span { border-color: rgb(202,88,119); }
td.TdClassName
{
border-color: #CA5877;
}
.TagClassName
{
border-color: #CA5877;
}
</style>