Shades of Cabaret #C96479
Tints of Cabaret #C96479
RGB
CMYK
RGB Variations
Color information
#C96479 (or 0xC96479) is known color: Cabaret. HEX triplet: C9, 64 and 79. RGB value is (201,100,121). Sum of RGB (Red+Green+Blue) = 201+100+121=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C96479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96479 is #369B86. Grayscale: #848484. Windows color (decimal): -3578759 or 7955657. OLE color: 7955657.
HSL color Cylindrical-coordinate representation of color #C96479: hue angle of 347.52º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C96479 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 121 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.21 |
| HSL | 347.52º | 0.48% | 0.59% | - |
| HSV(B) | 347.52º | 0.5% | 0.79% | - |
| XYZ | 32.1 | 22.91 | 20.82 | - |
| YUV | 132.59 | 121.46 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 121 | 0 | 0.50 | 0.40 | 0.21 | 347.52 | 0.48 | 0.59 |
| Hex | C9 | 64 | 79 | 0 | 32 | 28 | 15 | 15C | 30 | 3B |
| Octal | 311 | 144 | 171 | 0 | 62 | 50 | 25 | 534 | 60 | 73 |
| Binary | 11001001 | 1100100 | 1111001 | 0 | 110010 | 101000 | 10101 | 101011100 | 110000 | 111011 |
Color Harmonies of #C96479
Complementary color
Monochromatic Colors of #C96479
Black with #C96479
Text Example
Text Example
White with #C96479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96479; }
p { color: rgb(201,100,121); }
H1.HeaderClassName
{
color: #C96479;
}
.AnyTagClassName
{
color: #C96479;
}
</style>
background-color css
<style>
a { background-color: #C96479; }
a { background-color: rgb(201,100,121); }
div.DivClassName
{
background-color: #C96479;
}
.BgClassName
{
background-color: #C96479;
}
</style>
border-color css
<style>
span { border-color: #C96479; }
span { border-color: rgb(201,100,121); }
td.TdClassName
{
border-color: #C96479;
}
.TagClassName
{
border-color: #C96479;
}
</style>