Shades of Cabaret #C96376
Tints of Cabaret #C96376
RGB
CMYK
RGB Variations
Color information
#C96376 (or 0xC96376) is known color: Cabaret. HEX triplet: C9, 63 and 76. RGB value is (201,99,118). Sum of RGB (Red+Green+Blue) = 201+99+118=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C96376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96376 is #369C89. Grayscale: #838383. Windows color (decimal): -3579018 or 7758793. OLE color: 7758793.
HSL color Cylindrical-coordinate representation of color #C96376: hue angle of 348.82º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C96376 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 99 | 118 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.21 |
| HSL | 348.82º | 0.49% | 0.59% | - |
| HSV(B) | 348.82º | 0.51% | 0.79% | - |
| XYZ | 31.82 | 22.65 | 19.83 | - |
| YUV | 131.66 | 120.29 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 118 | 0 | 0.51 | 0.41 | 0.21 | 348.82 | 0.49 | 0.59 |
| Hex | C9 | 63 | 76 | 0 | 33 | 29 | 15 | 15D | 31 | 3B |
| Octal | 311 | 143 | 166 | 0 | 63 | 51 | 25 | 535 | 61 | 73 |
| Binary | 11001001 | 1100011 | 1110110 | 0 | 110011 | 101001 | 10101 | 101011101 | 110001 | 111011 |
Color Harmonies of #C96376
Complementary color
Monochromatic Colors of #C96376
Black with #C96376
Text Example
Text Example
White with #C96376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96376; }
p { color: rgb(201,99,118); }
H1.HeaderClassName
{
color: #C96376;
}
.AnyTagClassName
{
color: #C96376;
}
</style>
background-color css
<style>
a { background-color: #C96376; }
a { background-color: rgb(201,99,118); }
div.DivClassName
{
background-color: #C96376;
}
.BgClassName
{
background-color: #C96376;
}
</style>
border-color css
<style>
span { border-color: #C96376; }
span { border-color: rgb(201,99,118); }
td.TdClassName
{
border-color: #C96376;
}
.TagClassName
{
border-color: #C96376;
}
</style>