Shades of Cabaret #C8516E
Tints of Cabaret #C8516E
RGB
CMYK
RGB Variations
Color information
#C8516E (or 0xC8516E) is known color: Cabaret. HEX triplet: C8, 51 and 6E. RGB value is (200,81,110). Sum of RGB (Red+Green+Blue) = 200+81+110=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8516E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8516E is #37AE91. Grayscale: #777777. Windows color (decimal): -3649170 or 7229896. OLE color: 7229896.
HSL color Cylindrical-coordinate representation of color #C8516E: hue angle of 345.38º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8516E is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 110 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.22 |
| HSL | 345.38º | 0.52% | 0.55% | - |
| HSV(B) | 345.38º | 0.6% | 0.78% | - |
| XYZ | 29.58 | 19.29 | 16.92 | - |
| YUV | 119.89 | 122.42 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 110 | 0 | 0.59 | 0.45 | 0.22 | 345.38 | 0.52 | 0.55 |
| Hex | C8 | 51 | 6E | 0 | 3B | 2D | 16 | 159 | 34 | 37 |
| Octal | 310 | 121 | 156 | 0 | 73 | 55 | 26 | 531 | 64 | 67 |
| Binary | 11001000 | 1010001 | 1101110 | 0 | 111011 | 101101 | 10110 | 101011001 | 110100 | 110111 |
Color Harmonies of #C8516E
Complementary color
Monochromatic Colors of #C8516E
Black with #C8516E
Text Example
Text Example
White with #C8516E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8516E; }
p { color: rgb(200,81,110); }
H1.HeaderClassName
{
color: #C8516E;
}
.AnyTagClassName
{
color: #C8516E;
}
</style>
background-color css
<style>
a { background-color: #C8516E; }
a { background-color: rgb(200,81,110); }
div.DivClassName
{
background-color: #C8516E;
}
.BgClassName
{
background-color: #C8516E;
}
</style>
border-color css
<style>
span { border-color: #C8516E; }
span { border-color: rgb(200,81,110); }
td.TdClassName
{
border-color: #C8516E;
}
.TagClassName
{
border-color: #C8516E;
}
</style>