Shades of Cabaret #C96672
Tints of Cabaret #C96672
RGB
CMYK
RGB Variations
Color information
#C96672 (or 0xC96672) is known color: Cabaret. HEX triplet: C9, 66 and 72. RGB value is (201,102,114). Sum of RGB (Red+Green+Blue) = 201+102+114=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C96672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96672 is #36998D. Grayscale: #858585. Windows color (decimal): -3578254 or 7497417. OLE color: 7497417.
HSL color Cylindrical-coordinate representation of color #C96672: hue angle of 352.73º 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 #C96672 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 102 | 114 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.21 |
| HSL | 352.73º | 0.48% | 0.59% | - |
| HSV(B) | 352.73º | 0.49% | 0.79% | - |
| XYZ | 31.88 | 23.14 | 18.71 | - |
| YUV | 132.97 | 117.3 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 114 | 0 | 0.49 | 0.43 | 0.21 | 352.73 | 0.48 | 0.59 |
| Hex | C9 | 66 | 72 | 0 | 31 | 2B | 15 | 161 | 30 | 3B |
| Octal | 311 | 146 | 162 | 0 | 61 | 53 | 25 | 541 | 60 | 73 |
| Binary | 11001001 | 1100110 | 1110010 | 0 | 110001 | 101011 | 10101 | 101100001 | 110000 | 111011 |
Color Harmonies of #C96672
Complementary color
Monochromatic Colors of #C96672
Black with #C96672
Text Example
Text Example
White with #C96672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96672; }
p { color: rgb(201,102,114); }
H1.HeaderClassName
{
color: #C96672;
}
.AnyTagClassName
{
color: #C96672;
}
</style>
background-color css
<style>
a { background-color: #C96672; }
a { background-color: rgb(201,102,114); }
div.DivClassName
{
background-color: #C96672;
}
.BgClassName
{
background-color: #C96672;
}
</style>
border-color css
<style>
span { border-color: #C96672; }
span { border-color: rgb(201,102,114); }
td.TdClassName
{
border-color: #C96672;
}
.TagClassName
{
border-color: #C96672;
}
</style>