Shades of Cabaret #C8566C
Tints of Cabaret #C8566C
RGB
CMYK
RGB Variations
Color information
#C8566C (or 0xC8566C) is known color: Cabaret. HEX triplet: C8, 56 and 6C. RGB value is (200,86,108). Sum of RGB (Red+Green+Blue) = 200+86+108=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C8566C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8566C is #37A993. Grayscale: #7A7A7A. Windows color (decimal): -3647892 or 7100104. OLE color: 7100104.
HSL color Cylindrical-coordinate representation of color #C8566C: hue angle of 348.42º 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 #C8566C is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 108 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.22 |
| HSL | 348.42º | 0.51% | 0.56% | - |
| HSV(B) | 348.42º | 0.57% | 0.78% | - |
| XYZ | 29.85 | 20.02 | 16.48 | - |
| YUV | 122.59 | 119.77 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 108 | 0 | 0.57 | 0.46 | 0.22 | 348.42 | 0.51 | 0.56 |
| Hex | C8 | 56 | 6C | 0 | 39 | 2E | 16 | 15C | 33 | 38 |
| Octal | 310 | 126 | 154 | 0 | 71 | 56 | 26 | 534 | 63 | 70 |
| Binary | 11001000 | 1010110 | 1101100 | 0 | 111001 | 101110 | 10110 | 101011100 | 110011 | 111000 |
Color Harmonies of #C8566C
Complementary color
Monochromatic Colors of #C8566C
Black with #C8566C
Text Example
Text Example
White with #C8566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8566C; }
p { color: rgb(200,86,108); }
H1.HeaderClassName
{
color: #C8566C;
}
.AnyTagClassName
{
color: #C8566C;
}
</style>
background-color css
<style>
a { background-color: #C8566C; }
a { background-color: rgb(200,86,108); }
div.DivClassName
{
background-color: #C8566C;
}
.BgClassName
{
background-color: #C8566C;
}
</style>
border-color css
<style>
span { border-color: #C8566C; }
span { border-color: rgb(200,86,108); }
td.TdClassName
{
border-color: #C8566C;
}
.TagClassName
{
border-color: #C8566C;
}
</style>