Shades of Cabaret #C96771
Tints of Cabaret #C96771
RGB
CMYK
RGB Variations
Color information
#C96771 (or 0xC96771) is known color: Cabaret. HEX triplet: C9, 67 and 71. RGB value is (201,103,113). Sum of RGB (Red+Green+Blue) = 201+103+113=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C96771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96771 is #36988E. Grayscale: #858585. Windows color (decimal): -3577999 or 7432137. OLE color: 7432137.
HSL color Cylindrical-coordinate representation of color #C96771: hue angle of 353.88º 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 #C96771 is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 103 | 113 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.21 |
| HSL | 353.88º | 0.48% | 0.6% | - |
| HSV(B) | 353.88º | 0.49% | 0.79% | - |
| XYZ | 31.92 | 23.31 | 18.44 | - |
| YUV | 133.44 | 116.47 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 113 | 0 | 0.49 | 0.44 | 0.21 | 353.88 | 0.48 | 0.6 |
| Hex | C9 | 67 | 71 | 0 | 31 | 2C | 15 | 162 | 30 | 3C |
| Octal | 311 | 147 | 161 | 0 | 61 | 54 | 25 | 542 | 60 | 74 |
| Binary | 11001001 | 1100111 | 1110001 | 0 | 110001 | 101100 | 10101 | 101100010 | 110000 | 111100 |
Color Harmonies of #C96771
Complementary color
Monochromatic Colors of #C96771
Black with #C96771
Text Example
Text Example
White with #C96771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96771; }
p { color: rgb(201,103,113); }
H1.HeaderClassName
{
color: #C96771;
}
.AnyTagClassName
{
color: #C96771;
}
</style>
background-color css
<style>
a { background-color: #C96771; }
a { background-color: rgb(201,103,113); }
div.DivClassName
{
background-color: #C96771;
}
.BgClassName
{
background-color: #C96771;
}
</style>
border-color css
<style>
span { border-color: #C96771; }
span { border-color: rgb(201,103,113); }
td.TdClassName
{
border-color: #C96771;
}
.TagClassName
{
border-color: #C96771;
}
</style>