Shades of Cabaret #C96677
Tints of Cabaret #C96677
RGB
CMYK
RGB Variations
Color information
#C96677 (or 0xC96677) is known color: Cabaret. HEX triplet: C9, 66 and 77. RGB value is (201,102,119). Sum of RGB (Red+Green+Blue) = 201+102+119=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C96677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96677 is #369988. Grayscale: #858585. Windows color (decimal): -3578249 or 7825097. OLE color: 7825097.
HSL color Cylindrical-coordinate representation of color #C96677: hue angle of 349.7º 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 #C96677 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 102 | 119 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.21 |
| HSL | 349.7º | 0.48% | 0.59% | - |
| HSV(B) | 349.7º | 0.49% | 0.79% | - |
| XYZ | 32.17 | 23.25 | 20.25 | - |
| YUV | 133.54 | 119.8 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 119 | 0 | 0.49 | 0.41 | 0.21 | 349.7 | 0.48 | 0.59 |
| Hex | C9 | 66 | 77 | 0 | 31 | 29 | 15 | 15E | 30 | 3B |
| Octal | 311 | 146 | 167 | 0 | 61 | 51 | 25 | 536 | 60 | 73 |
| Binary | 11001001 | 1100110 | 1110111 | 0 | 110001 | 101001 | 10101 | 101011110 | 110000 | 111011 |
Color Harmonies of #C96677
Complementary color
Monochromatic Colors of #C96677
Black with #C96677
Text Example
Text Example
White with #C96677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96677; }
p { color: rgb(201,102,119); }
H1.HeaderClassName
{
color: #C96677;
}
.AnyTagClassName
{
color: #C96677;
}
</style>
background-color css
<style>
a { background-color: #C96677; }
a { background-color: rgb(201,102,119); }
div.DivClassName
{
background-color: #C96677;
}
.BgClassName
{
background-color: #C96677;
}
</style>
border-color css
<style>
span { border-color: #C96677; }
span { border-color: rgb(201,102,119); }
td.TdClassName
{
border-color: #C96677;
}
.TagClassName
{
border-color: #C96677;
}
</style>