Shades of Cabaret #C96676
Tints of Cabaret #C96676
RGB
CMYK
RGB Variations
Color information
#C96676 (or 0xC96676) is known color: Cabaret. HEX triplet: C9, 66 and 76. RGB value is (201,102,118). Sum of RGB (Red+Green+Blue) = 201+102+118=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C96676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96676 is #369989. Grayscale: #858585. Windows color (decimal): -3578250 or 7759561. OLE color: 7759561.
HSL color Cylindrical-coordinate representation of color #C96676: hue angle of 350.3º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C96676 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 102 | 118 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.21 |
| HSL | 350.3º | 0.48% | 0.59% | - |
| HSV(B) | 350.3º | 0.49% | 0.79% | - |
| XYZ | 32.11 | 23.23 | 19.93 | - |
| YUV | 133.43 | 119.3 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 118 | 0 | 0.49 | 0.41 | 0.21 | 350.3 | 0.48 | 0.59 |
| Hex | C9 | 66 | 76 | 0 | 31 | 29 | 15 | 15E | 30 | 3B |
| Octal | 311 | 146 | 166 | 0 | 61 | 51 | 25 | 536 | 60 | 73 |
| Binary | 11001001 | 1100110 | 1110110 | 0 | 110001 | 101001 | 10101 | 101011110 | 110000 | 111011 |
Color Harmonies of #C96676
Complementary color
Monochromatic Colors of #C96676
Black with #C96676
Text Example
Text Example
White with #C96676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96676; }
p { color: rgb(201,102,118); }
H1.HeaderClassName
{
color: #C96676;
}
.AnyTagClassName
{
color: #C96676;
}
</style>
background-color css
<style>
a { background-color: #C96676; }
a { background-color: rgb(201,102,118); }
div.DivClassName
{
background-color: #C96676;
}
.BgClassName
{
background-color: #C96676;
}
</style>
border-color css
<style>
span { border-color: #C96676; }
span { border-color: rgb(201,102,118); }
td.TdClassName
{
border-color: #C96676;
}
.TagClassName
{
border-color: #C96676;
}
</style>