Shades of Cabaret #C9516F
Tints of Cabaret #C9516F
RGB
CMYK
RGB Variations
Color information
#C9516F (or 0xC9516F) is known color: Cabaret. HEX triplet: C9, 51 and 6F. RGB value is (201,81,111). Sum of RGB (Red+Green+Blue) = 201+81+111=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9516F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9516F is #36AE90. Grayscale: #787878. Windows color (decimal): -3583633 or 7295433. OLE color: 7295433.
HSL color Cylindrical-coordinate representation of color #C9516F: hue angle of 345º 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 #C9516F is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 81 | 111 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.21 |
| HSL | 345º | 0.53% | 0.55% | - |
| HSV(B) | 345º | 0.6% | 0.79% | - |
| XYZ | 29.9 | 19.45 | 17.22 | - |
| YUV | 120.3 | 122.76 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 111 | 0 | 0.60 | 0.45 | 0.21 | 345 | 0.53 | 0.55 |
| Hex | C9 | 51 | 6F | 0 | 3C | 2D | 15 | 159 | 35 | 37 |
| Octal | 311 | 121 | 157 | 0 | 74 | 55 | 25 | 531 | 65 | 67 |
| Binary | 11001001 | 1010001 | 1101111 | 0 | 111100 | 101101 | 10101 | 101011001 | 110101 | 110111 |
Color Harmonies of #C9516F
Complementary color
Monochromatic Colors of #C9516F
Black with #C9516F
Text Example
Text Example
White with #C9516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9516F; }
p { color: rgb(201,81,111); }
H1.HeaderClassName
{
color: #C9516F;
}
.AnyTagClassName
{
color: #C9516F;
}
</style>
background-color css
<style>
a { background-color: #C9516F; }
a { background-color: rgb(201,81,111); }
div.DivClassName
{
background-color: #C9516F;
}
.BgClassName
{
background-color: #C9516F;
}
</style>
border-color css
<style>
span { border-color: #C9516F; }
span { border-color: rgb(201,81,111); }
td.TdClassName
{
border-color: #C9516F;
}
.TagClassName
{
border-color: #C9516F;
}
</style>