Shades of Cabaret #C96279
Tints of Cabaret #C96279
RGB
CMYK
RGB Variations
Color information
#C96279 (or 0xC96279) is known color: Cabaret. HEX triplet: C9, 62 and 79. RGB value is (201,98,121). Sum of RGB (Red+Green+Blue) = 201+98+121=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C96279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96279 is #369D86. Grayscale: #838383. Windows color (decimal): -3579271 or 7955145. OLE color: 7955145.
HSL color Cylindrical-coordinate representation of color #C96279: hue angle of 346.6º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C96279 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 98 | 121 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.21 |
| HSL | 346.6º | 0.49% | 0.59% | - |
| HSV(B) | 346.6º | 0.51% | 0.79% | - |
| XYZ | 31.91 | 22.53 | 20.76 | - |
| YUV | 131.42 | 122.12 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 121 | 0 | 0.51 | 0.40 | 0.21 | 346.6 | 0.49 | 0.59 |
| Hex | C9 | 62 | 79 | 0 | 33 | 28 | 15 | 15B | 31 | 3B |
| Octal | 311 | 142 | 171 | 0 | 63 | 50 | 25 | 533 | 61 | 73 |
| Binary | 11001001 | 1100010 | 1111001 | 0 | 110011 | 101000 | 10101 | 101011011 | 110001 | 111011 |
Color Harmonies of #C96279
Complementary color
Monochromatic Colors of #C96279
Black with #C96279
Text Example
Text Example
White with #C96279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96279; }
p { color: rgb(201,98,121); }
H1.HeaderClassName
{
color: #C96279;
}
.AnyTagClassName
{
color: #C96279;
}
</style>
background-color css
<style>
a { background-color: #C96279; }
a { background-color: rgb(201,98,121); }
div.DivClassName
{
background-color: #C96279;
}
.BgClassName
{
background-color: #C96279;
}
</style>
border-color css
<style>
span { border-color: #C96279; }
span { border-color: rgb(201,98,121); }
td.TdClassName
{
border-color: #C96279;
}
.TagClassName
{
border-color: #C96279;
}
</style>