Shades of Cabaret #C96675
Tints of Cabaret #C96675
RGB
CMYK
RGB Variations
Color information
#C96675 (or 0xC96675) is known color: Cabaret. HEX triplet: C9, 66 and 75. RGB value is (201,102,117). Sum of RGB (Red+Green+Blue) = 201+102+117=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C96675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96675 is #36998A. Grayscale: #858585. Windows color (decimal): -3578251 or 7694025. OLE color: 7694025.
HSL color Cylindrical-coordinate representation of color #C96675: hue angle of 350.91º 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 #C96675 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 102 | 117 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.21 |
| HSL | 350.91º | 0.48% | 0.59% | - |
| HSV(B) | 350.91º | 0.49% | 0.79% | - |
| XYZ | 32.05 | 23.2 | 19.62 | - |
| YUV | 133.31 | 118.8 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 117 | 0 | 0.49 | 0.42 | 0.21 | 350.91 | 0.48 | 0.59 |
| Hex | C9 | 66 | 75 | 0 | 31 | 2A | 15 | 15F | 30 | 3B |
| Octal | 311 | 146 | 165 | 0 | 61 | 52 | 25 | 537 | 60 | 73 |
| Binary | 11001001 | 1100110 | 1110101 | 0 | 110001 | 101010 | 10101 | 101011111 | 110000 | 111011 |
Color Harmonies of #C96675
Complementary color
Monochromatic Colors of #C96675
Black with #C96675
Text Example
Text Example
White with #C96675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96675; }
p { color: rgb(201,102,117); }
H1.HeaderClassName
{
color: #C96675;
}
.AnyTagClassName
{
color: #C96675;
}
</style>
background-color css
<style>
a { background-color: #C96675; }
a { background-color: rgb(201,102,117); }
div.DivClassName
{
background-color: #C96675;
}
.BgClassName
{
background-color: #C96675;
}
</style>
border-color css
<style>
span { border-color: #C96675; }
span { border-color: rgb(201,102,117); }
td.TdClassName
{
border-color: #C96675;
}
.TagClassName
{
border-color: #C96675;
}
</style>