Shades of Cabaret #C96870
Tints of Cabaret #C96870
RGB
CMYK
RGB Variations
Color information
#C96870 (or 0xC96870) is known color: Cabaret. HEX triplet: C9, 68 and 70. RGB value is (201,104,112). Sum of RGB (Red+Green+Blue) = 201+104+112=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C96870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96870 is #36978F. Grayscale: #858585. Windows color (decimal): -3577744 or 7366857. OLE color: 7366857.
HSL color Cylindrical-coordinate representation of color #C96870: hue angle of 355.05º 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 #C96870 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 104 | 112 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.21 |
| HSL | 355.05º | 0.47% | 0.6% | - |
| HSV(B) | 355.05º | 0.48% | 0.79% | - |
| XYZ | 31.96 | 23.49 | 18.18 | - |
| YUV | 133.92 | 115.64 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 104 | 112 | 0 | 0.48 | 0.44 | 0.21 | 355.05 | 0.47 | 0.6 |
| Hex | C9 | 68 | 70 | 0 | 30 | 2C | 15 | 163 | 2F | 3C |
| Octal | 311 | 150 | 160 | 0 | 60 | 54 | 25 | 543 | 57 | 74 |
| Binary | 11001001 | 1101000 | 1110000 | 0 | 110000 | 101100 | 10101 | 101100011 | 101111 | 111100 |
Color Harmonies of #C96870
Complementary color
Monochromatic Colors of #C96870
Black with #C96870
Text Example
Text Example
White with #C96870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96870; }
p { color: rgb(201,104,112); }
H1.HeaderClassName
{
color: #C96870;
}
.AnyTagClassName
{
color: #C96870;
}
</style>
background-color css
<style>
a { background-color: #C96870; }
a { background-color: rgb(201,104,112); }
div.DivClassName
{
background-color: #C96870;
}
.BgClassName
{
background-color: #C96870;
}
</style>
border-color css
<style>
span { border-color: #C96870; }
span { border-color: rgb(201,104,112); }
td.TdClassName
{
border-color: #C96870;
}
.TagClassName
{
border-color: #C96870;
}
</style>