Shades of Cabaret #C96876
Tints of Cabaret #C96876
RGB
CMYK
RGB Variations
Color information
#C96876 (or 0xC96876) is known color: Cabaret. HEX triplet: C9, 68 and 76. RGB value is (201,104,118). Sum of RGB (Red+Green+Blue) = 201+104+118=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C96876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96876 is #369789. Grayscale: #868686. Windows color (decimal): -3577738 or 7760073. OLE color: 7760073.
HSL color Cylindrical-coordinate representation of color #C96876: hue angle of 351.34º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C96876 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 104 | 118 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.21 |
| HSL | 351.34º | 0.47% | 0.6% | - |
| HSV(B) | 351.34º | 0.48% | 0.79% | - |
| XYZ | 32.31 | 23.63 | 20 | - |
| YUV | 134.6 | 118.64 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 104 | 118 | 0 | 0.48 | 0.41 | 0.21 | 351.34 | 0.47 | 0.6 |
| Hex | C9 | 68 | 76 | 0 | 30 | 29 | 15 | 15F | 2F | 3C |
| Octal | 311 | 150 | 166 | 0 | 60 | 51 | 25 | 537 | 57 | 74 |
| Binary | 11001001 | 1101000 | 1110110 | 0 | 110000 | 101001 | 10101 | 101011111 | 101111 | 111100 |
Color Harmonies of #C96876
Complementary color
Monochromatic Colors of #C96876
Black with #C96876
Text Example
Text Example
White with #C96876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96876; }
p { color: rgb(201,104,118); }
H1.HeaderClassName
{
color: #C96876;
}
.AnyTagClassName
{
color: #C96876;
}
</style>
background-color css
<style>
a { background-color: #C96876; }
a { background-color: rgb(201,104,118); }
div.DivClassName
{
background-color: #C96876;
}
.BgClassName
{
background-color: #C96876;
}
</style>
border-color css
<style>
span { border-color: #C96876; }
span { border-color: rgb(201,104,118); }
td.TdClassName
{
border-color: #C96876;
}
.TagClassName
{
border-color: #C96876;
}
</style>