Shades of Cabaret #C86877
Tints of Cabaret #C86877
RGB
CMYK
RGB Variations
Color information
#C86877 (or 0xC86877) is known color: Cabaret. HEX triplet: C8, 68 and 77. RGB value is (200,104,119). Sum of RGB (Red+Green+Blue) = 200+104+119=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C86877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86877 is #379788. Grayscale: #868686. Windows color (decimal): -3643273 or 7825608. OLE color: 7825608.
HSL color Cylindrical-coordinate representation of color #C86877: hue angle of 350.62º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C86877 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 104 | 119 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.22 |
| HSL | 350.63º | 0.47% | 0.6% | - |
| HSV(B) | 350.63º | 0.48% | 0.78% | - |
| XYZ | 32.1 | 23.51 | 20.3 | - |
| YUV | 134.41 | 119.3 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 104 | 119 | 0 | 0.48 | 0.40 | 0.22 | 350.63 | 0.47 | 0.6 |
| Hex | C8 | 68 | 77 | 0 | 30 | 28 | 16 | 15F | 2F | 3C |
| Octal | 310 | 150 | 167 | 0 | 60 | 50 | 26 | 537 | 57 | 74 |
| Binary | 11001000 | 1101000 | 1110111 | 0 | 110000 | 101000 | 10110 | 101011111 | 101111 | 111100 |
Color Harmonies of #C86877
Complementary color
Monochromatic Colors of #C86877
Black with #C86877
Text Example
Text Example
White with #C86877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86877; }
p { color: rgb(200,104,119); }
H1.HeaderClassName
{
color: #C86877;
}
.AnyTagClassName
{
color: #C86877;
}
</style>
background-color css
<style>
a { background-color: #C86877; }
a { background-color: rgb(200,104,119); }
div.DivClassName
{
background-color: #C86877;
}
.BgClassName
{
background-color: #C86877;
}
</style>
border-color css
<style>
span { border-color: #C86877; }
span { border-color: rgb(200,104,119); }
td.TdClassName
{
border-color: #C86877;
}
.TagClassName
{
border-color: #C86877;
}
</style>