Shades of Cabaret #C96378
Tints of Cabaret #C96378
RGB
CMYK
RGB Variations
Color information
#C96378 (or 0xC96378) is known color: Cabaret. HEX triplet: C9, 63 and 78. RGB value is (201,99,120). Sum of RGB (Red+Green+Blue) = 201+99+120=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C96378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96378 is #369C87. Grayscale: #838383. Windows color (decimal): -3579016 or 7889865. OLE color: 7889865.
HSL color Cylindrical-coordinate representation of color #C96378: hue angle of 347.65º 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 #C96378 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 99 | 120 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.21 |
| HSL | 347.65º | 0.49% | 0.59% | - |
| HSV(B) | 347.65º | 0.51% | 0.79% | - |
| XYZ | 31.94 | 22.7 | 20.47 | - |
| YUV | 131.89 | 121.29 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 120 | 0 | 0.51 | 0.40 | 0.21 | 347.65 | 0.49 | 0.59 |
| Hex | C9 | 63 | 78 | 0 | 33 | 28 | 15 | 15C | 31 | 3B |
| Octal | 311 | 143 | 170 | 0 | 63 | 50 | 25 | 534 | 61 | 73 |
| Binary | 11001001 | 1100011 | 1111000 | 0 | 110011 | 101000 | 10101 | 101011100 | 110001 | 111011 |
Color Harmonies of #C96378
Complementary color
Monochromatic Colors of #C96378
Black with #C96378
Text Example
Text Example
White with #C96378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96378; }
p { color: rgb(201,99,120); }
H1.HeaderClassName
{
color: #C96378;
}
.AnyTagClassName
{
color: #C96378;
}
</style>
background-color css
<style>
a { background-color: #C96378; }
a { background-color: rgb(201,99,120); }
div.DivClassName
{
background-color: #C96378;
}
.BgClassName
{
background-color: #C96378;
}
</style>
border-color css
<style>
span { border-color: #C96378; }
span { border-color: rgb(201,99,120); }
td.TdClassName
{
border-color: #C96378;
}
.TagClassName
{
border-color: #C96378;
}
</style>