Shades of Cabaret #C9526E
Tints of Cabaret #C9526E
RGB
CMYK
RGB Variations
Color information
#C9526E (or 0xC9526E) is known color: Cabaret. HEX triplet: C9, 52 and 6E. RGB value is (201,82,110). Sum of RGB (Red+Green+Blue) = 201+82+110=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9526E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9526E is #36AD91. Grayscale: #787878. Windows color (decimal): -3583378 or 7230153. OLE color: 7230153.
HSL color Cylindrical-coordinate representation of color #C9526E: hue angle of 345.88º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C9526E is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 110 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.21 |
| HSL | 345.88º | 0.52% | 0.55% | - |
| HSV(B) | 345.88º | 0.59% | 0.79% | - |
| XYZ | 29.92 | 19.58 | 16.95 | - |
| YUV | 120.77 | 121.92 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 110 | 0 | 0.59 | 0.45 | 0.21 | 345.88 | 0.52 | 0.55 |
| Hex | C9 | 52 | 6E | 0 | 3B | 2D | 15 | 15A | 34 | 37 |
| Octal | 311 | 122 | 156 | 0 | 73 | 55 | 25 | 532 | 64 | 67 |
| Binary | 11001001 | 1010010 | 1101110 | 0 | 111011 | 101101 | 10101 | 101011010 | 110100 | 110111 |
Color Harmonies of #C9526E
Complementary color
Monochromatic Colors of #C9526E
Black with #C9526E
Text Example
Text Example
White with #C9526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9526E; }
p { color: rgb(201,82,110); }
H1.HeaderClassName
{
color: #C9526E;
}
.AnyTagClassName
{
color: #C9526E;
}
</style>
background-color css
<style>
a { background-color: #C9526E; }
a { background-color: rgb(201,82,110); }
div.DivClassName
{
background-color: #C9526E;
}
.BgClassName
{
background-color: #C9526E;
}
</style>
border-color css
<style>
span { border-color: #C9526E; }
span { border-color: rgb(201,82,110); }
td.TdClassName
{
border-color: #C9526E;
}
.TagClassName
{
border-color: #C9526E;
}
</style>