Shades of Cabaret #C96871
Tints of Cabaret #C96871
RGB
CMYK
RGB Variations
Color information
#C96871 (or 0xC96871) is known color: Cabaret. HEX triplet: C9, 68 and 71. RGB value is (201,104,113). Sum of RGB (Red+Green+Blue) = 201+104+113=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C96871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96871 is #36978E. Grayscale: #868686. Windows color (decimal): -3577743 or 7432393. OLE color: 7432393.
HSL color Cylindrical-coordinate representation of color #C96871: hue angle of 354.43º 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 #C96871 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 104 | 113 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.21 |
| HSL | 354.43º | 0.47% | 0.6% | - |
| HSV(B) | 354.43º | 0.48% | 0.79% | - |
| XYZ | 32.02 | 23.51 | 18.47 | - |
| YUV | 134.03 | 116.14 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 104 | 113 | 0 | 0.48 | 0.44 | 0.21 | 354.43 | 0.47 | 0.6 |
| Hex | C9 | 68 | 71 | 0 | 30 | 2C | 15 | 162 | 2F | 3C |
| Octal | 311 | 150 | 161 | 0 | 60 | 54 | 25 | 542 | 57 | 74 |
| Binary | 11001001 | 1101000 | 1110001 | 0 | 110000 | 101100 | 10101 | 101100010 | 101111 | 111100 |
Color Harmonies of #C96871
Complementary color
Monochromatic Colors of #C96871
Black with #C96871
Text Example
Text Example
White with #C96871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96871; }
p { color: rgb(201,104,113); }
H1.HeaderClassName
{
color: #C96871;
}
.AnyTagClassName
{
color: #C96871;
}
</style>
background-color css
<style>
a { background-color: #C96871; }
a { background-color: rgb(201,104,113); }
div.DivClassName
{
background-color: #C96871;
}
.BgClassName
{
background-color: #C96871;
}
</style>
border-color css
<style>
span { border-color: #C96871; }
span { border-color: rgb(201,104,113); }
td.TdClassName
{
border-color: #C96871;
}
.TagClassName
{
border-color: #C96871;
}
</style>