Shades of Cabaret #C8516A
Tints of Cabaret #C8516A
RGB
CMYK
RGB Variations
Color information
#C8516A (or 0xC8516A) is known color: Cabaret. HEX triplet: C8, 51 and 6A. RGB value is (200,81,106). Sum of RGB (Red+Green+Blue) = 200+81+106=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C8516A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8516A is #37AE95. Grayscale: #777777. Windows color (decimal): -3649174 or 6967752. OLE color: 6967752.
HSL color Cylindrical-coordinate representation of color #C8516A: hue angle of 347.39º 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 #C8516A is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 106 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.22 |
| HSL | 347.4º | 0.52% | 0.55% | - |
| HSV(B) | 347.4º | 0.6% | 0.78% | - |
| XYZ | 29.36 | 19.2 | 15.79 | - |
| YUV | 119.43 | 120.42 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 106 | 0 | 0.59 | 0.47 | 0.22 | 347.4 | 0.52 | 0.55 |
| Hex | C8 | 51 | 6A | 0 | 3B | 2F | 16 | 15B | 34 | 37 |
| Octal | 310 | 121 | 152 | 0 | 73 | 57 | 26 | 533 | 64 | 67 |
| Binary | 11001000 | 1010001 | 1101010 | 0 | 111011 | 101111 | 10110 | 101011011 | 110100 | 110111 |
Color Harmonies of #C8516A
Complementary color
Monochromatic Colors of #C8516A
Black with #C8516A
Text Example
Text Example
White with #C8516A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8516A; }
p { color: rgb(200,81,106); }
H1.HeaderClassName
{
color: #C8516A;
}
.AnyTagClassName
{
color: #C8516A;
}
</style>
background-color css
<style>
a { background-color: #C8516A; }
a { background-color: rgb(200,81,106); }
div.DivClassName
{
background-color: #C8516A;
}
.BgClassName
{
background-color: #C8516A;
}
</style>
border-color css
<style>
span { border-color: #C8516A; }
span { border-color: rgb(200,81,106); }
td.TdClassName
{
border-color: #C8516A;
}
.TagClassName
{
border-color: #C8516A;
}
</style>