Shades of Cabaret #C8566B
Tints of Cabaret #C8566B
RGB
CMYK
RGB Variations
Color information
#C8566B (or 0xC8566B) is known color: Cabaret. HEX triplet: C8, 56 and 6B. RGB value is (200,86,107). Sum of RGB (Red+Green+Blue) = 200+86+107=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C8566B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8566B is #37A994. Grayscale: #7A7A7A. Windows color (decimal): -3647893 or 7034568. OLE color: 7034568.
HSL color Cylindrical-coordinate representation of color #C8566B: hue angle of 348.95º 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 #C8566B is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 107 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.22 |
| HSL | 348.95º | 0.51% | 0.56% | - |
| HSV(B) | 348.95º | 0.57% | 0.78% | - |
| XYZ | 29.8 | 20 | 16.2 | - |
| YUV | 122.48 | 119.27 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 107 | 0 | 0.57 | 0.46 | 0.22 | 348.95 | 0.51 | 0.56 |
| Hex | C8 | 56 | 6B | 0 | 39 | 2E | 16 | 15D | 33 | 38 |
| Octal | 310 | 126 | 153 | 0 | 71 | 56 | 26 | 535 | 63 | 70 |
| Binary | 11001000 | 1010110 | 1101011 | 0 | 111001 | 101110 | 10110 | 101011101 | 110011 | 111000 |
Color Harmonies of #C8566B
Complementary color
Monochromatic Colors of #C8566B
Black with #C8566B
Text Example
Text Example
White with #C8566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8566B; }
p { color: rgb(200,86,107); }
H1.HeaderClassName
{
color: #C8566B;
}
.AnyTagClassName
{
color: #C8566B;
}
</style>
background-color css
<style>
a { background-color: #C8566B; }
a { background-color: rgb(200,86,107); }
div.DivClassName
{
background-color: #C8566B;
}
.BgClassName
{
background-color: #C8566B;
}
</style>
border-color css
<style>
span { border-color: #C8566B; }
span { border-color: rgb(200,86,107); }
td.TdClassName
{
border-color: #C8566B;
}
.TagClassName
{
border-color: #C8566B;
}
</style>