Shades of Cabaret #C8566D
Tints of Cabaret #C8566D
RGB
CMYK
RGB Variations
Color information
#C8566D (or 0xC8566D) is known color: Cabaret. HEX triplet: C8, 56 and 6D. RGB value is (200,86,109). Sum of RGB (Red+Green+Blue) = 200+86+109=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8566D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8566D is #37A992. Grayscale: #7A7A7A. Windows color (decimal): -3647891 or 7165640. OLE color: 7165640.
HSL color Cylindrical-coordinate representation of color #C8566D: hue angle of 347.89º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8566D is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 109 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.22 |
| HSL | 347.89º | 0.51% | 0.56% | - |
| HSV(B) | 347.89º | 0.57% | 0.78% | - |
| XYZ | 29.91 | 20.04 | 16.76 | - |
| YUV | 122.71 | 120.27 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 109 | 0 | 0.57 | 0.46 | 0.22 | 347.89 | 0.51 | 0.56 |
| Hex | C8 | 56 | 6D | 0 | 39 | 2E | 16 | 15C | 33 | 38 |
| Octal | 310 | 126 | 155 | 0 | 71 | 56 | 26 | 534 | 63 | 70 |
| Binary | 11001000 | 1010110 | 1101101 | 0 | 111001 | 101110 | 10110 | 101011100 | 110011 | 111000 |
Color Harmonies of #C8566D
Complementary color
Monochromatic Colors of #C8566D
Black with #C8566D
Text Example
Text Example
White with #C8566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8566D; }
p { color: rgb(200,86,109); }
H1.HeaderClassName
{
color: #C8566D;
}
.AnyTagClassName
{
color: #C8566D;
}
</style>
background-color css
<style>
a { background-color: #C8566D; }
a { background-color: rgb(200,86,109); }
div.DivClassName
{
background-color: #C8566D;
}
.BgClassName
{
background-color: #C8566D;
}
</style>
border-color css
<style>
span { border-color: #C8566D; }
span { border-color: rgb(200,86,109); }
td.TdClassName
{
border-color: #C8566D;
}
.TagClassName
{
border-color: #C8566D;
}
</style>