Shades of Cabaret #C96177
Tints of Cabaret #C96177
RGB
CMYK
RGB Variations
Color information
#C96177 (or 0xC96177) is known color: Cabaret. HEX triplet: C9, 61 and 77. RGB value is (201,97,119). Sum of RGB (Red+Green+Blue) = 201+97+119=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C96177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96177 is #369E88. Grayscale: #828282. Windows color (decimal): -3579529 or 7823817. OLE color: 7823817.
HSL color Cylindrical-coordinate representation of color #C96177: hue angle of 347.31º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C96177 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 97 | 119 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.21 |
| HSL | 347.31º | 0.49% | 0.58% | - |
| HSV(B) | 347.31º | 0.52% | 0.79% | - |
| XYZ | 31.69 | 22.3 | 20.09 | - |
| YUV | 130.6 | 121.46 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 97 | 119 | 0 | 0.52 | 0.41 | 0.21 | 347.31 | 0.49 | 0.58 |
| Hex | C9 | 61 | 77 | 0 | 34 | 29 | 15 | 15B | 31 | 3A |
| Octal | 311 | 141 | 167 | 0 | 64 | 51 | 25 | 533 | 61 | 72 |
| Binary | 11001001 | 1100001 | 1110111 | 0 | 110100 | 101001 | 10101 | 101011011 | 110001 | 111010 |
Color Harmonies of #C96177
Complementary color
Monochromatic Colors of #C96177
Black with #C96177
Text Example
Text Example
White with #C96177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96177; }
p { color: rgb(201,97,119); }
H1.HeaderClassName
{
color: #C96177;
}
.AnyTagClassName
{
color: #C96177;
}
</style>
background-color css
<style>
a { background-color: #C96177; }
a { background-color: rgb(201,97,119); }
div.DivClassName
{
background-color: #C96177;
}
.BgClassName
{
background-color: #C96177;
}
</style>
border-color css
<style>
span { border-color: #C96177; }
span { border-color: rgb(201,97,119); }
td.TdClassName
{
border-color: #C96177;
}
.TagClassName
{
border-color: #C96177;
}
</style>