Shades of Cabaret #CA6877
Tints of Cabaret #CA6877
RGB
CMYK
RGB Variations
Color information
#CA6877 (or 0xCA6877) is known color: Cabaret. HEX triplet: CA, 68 and 77. RGB value is (202,104,119). Sum of RGB (Red+Green+Blue) = 202+104+119=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6877 is #359788. Grayscale: #878787. Windows color (decimal): -3512201 or 7825610. OLE color: 7825610.
HSL color Cylindrical-coordinate representation of color #CA6877: hue angle of 350.82º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA6877 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 104 | 119 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.21 |
| HSL | 350.82º | 0.48% | 0.6% | - |
| HSV(B) | 350.82º | 0.49% | 0.79% | - |
| XYZ | 32.64 | 23.79 | 20.32 | - |
| YUV | 135.01 | 118.97 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 119 | 0 | 0.49 | 0.41 | 0.21 | 350.82 | 0.48 | 0.6 |
| Hex | CA | 68 | 77 | 0 | 31 | 29 | 15 | 15F | 30 | 3C |
| Octal | 312 | 150 | 167 | 0 | 61 | 51 | 25 | 537 | 60 | 74 |
| Binary | 11001010 | 1101000 | 1110111 | 0 | 110001 | 101001 | 10101 | 101011111 | 110000 | 111100 |
Color Harmonies of #CA6877
Complementary color
Monochromatic Colors of #CA6877
Black with #CA6877
Text Example
Text Example
White with #CA6877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6877; }
p { color: rgb(202,104,119); }
H1.HeaderClassName
{
color: #CA6877;
}
.AnyTagClassName
{
color: #CA6877;
}
</style>
background-color css
<style>
a { background-color: #CA6877; }
a { background-color: rgb(202,104,119); }
div.DivClassName
{
background-color: #CA6877;
}
.BgClassName
{
background-color: #CA6877;
}
</style>
border-color css
<style>
span { border-color: #CA6877; }
span { border-color: rgb(202,104,119); }
td.TdClassName
{
border-color: #CA6877;
}
.TagClassName
{
border-color: #CA6877;
}
</style>