Shades of Cabaret #C9516E
Tints of Cabaret #C9516E
RGB
CMYK
RGB Variations
Color information
#C9516E (or 0xC9516E) is known color: Cabaret. HEX triplet: C9, 51 and 6E. RGB value is (201,81,110). Sum of RGB (Red+Green+Blue) = 201+81+110=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C9516E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9516E is #36AE91. Grayscale: #787878. Windows color (decimal): -3583634 or 7229897. OLE color: 7229897.
HSL color Cylindrical-coordinate representation of color #C9516E: hue angle of 345.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C9516E is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 81 | 110 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.21 |
| HSL | 345.5º | 0.53% | 0.55% | - |
| HSV(B) | 345.5º | 0.6% | 0.79% | - |
| XYZ | 29.84 | 19.43 | 16.93 | - |
| YUV | 120.19 | 122.26 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 110 | 0 | 0.60 | 0.45 | 0.21 | 345.5 | 0.53 | 0.55 |
| Hex | C9 | 51 | 6E | 0 | 3C | 2D | 15 | 15A | 35 | 37 |
| Octal | 311 | 121 | 156 | 0 | 74 | 55 | 25 | 532 | 65 | 67 |
| Binary | 11001001 | 1010001 | 1101110 | 0 | 111100 | 101101 | 10101 | 101011010 | 110101 | 110111 |
Color Harmonies of #C9516E
Complementary color
Monochromatic Colors of #C9516E
Black with #C9516E
Text Example
Text Example
White with #C9516E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9516E; }
p { color: rgb(201,81,110); }
H1.HeaderClassName
{
color: #C9516E;
}
.AnyTagClassName
{
color: #C9516E;
}
</style>
background-color css
<style>
a { background-color: #C9516E; }
a { background-color: rgb(201,81,110); }
div.DivClassName
{
background-color: #C9516E;
}
.BgClassName
{
background-color: #C9516E;
}
</style>
border-color css
<style>
span { border-color: #C9516E; }
span { border-color: rgb(201,81,110); }
td.TdClassName
{
border-color: #C9516E;
}
.TagClassName
{
border-color: #C9516E;
}
</style>