Shades of Cabaret #C8566A
Tints of Cabaret #C8566A
RGB
CMYK
RGB Variations
Color information
#C8566A (or 0xC8566A) is known color: Cabaret. HEX triplet: C8, 56 and 6A. RGB value is (200,86,106). Sum of RGB (Red+Green+Blue) = 200+86+106=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 106 (41.80% from 255 or 27.04% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C8566A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8566A is #37A995. Grayscale: #7A7A7A. Windows color (decimal): -3647894 or 6969032. OLE color: 6969032.
HSL color Cylindrical-coordinate representation of color #C8566A: hue angle of 349.47º 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 #C8566A is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 106 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.22 |
| HSL | 349.47º | 0.51% | 0.56% | - |
| HSV(B) | 349.47º | 0.57% | 0.78% | - |
| XYZ | 29.75 | 19.98 | 15.92 | - |
| YUV | 122.37 | 118.77 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 106 | 0 | 0.57 | 0.47 | 0.22 | 349.47 | 0.51 | 0.56 |
| Hex | C8 | 56 | 6A | 0 | 39 | 2F | 16 | 15D | 33 | 38 |
| Octal | 310 | 126 | 152 | 0 | 71 | 57 | 26 | 535 | 63 | 70 |
| Binary | 11001000 | 1010110 | 1101010 | 0 | 111001 | 101111 | 10110 | 101011101 | 110011 | 111000 |
Color Harmonies of #C8566A
Complementary color
Monochromatic Colors of #C8566A
Black with #C8566A
Text Example
Text Example
White with #C8566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8566A; }
p { color: rgb(200,86,106); }
H1.HeaderClassName
{
color: #C8566A;
}
.AnyTagClassName
{
color: #C8566A;
}
</style>
background-color css
<style>
a { background-color: #C8566A; }
a { background-color: rgb(200,86,106); }
div.DivClassName
{
background-color: #C8566A;
}
.BgClassName
{
background-color: #C8566A;
}
</style>
border-color css
<style>
span { border-color: #C8566A; }
span { border-color: rgb(200,86,106); }
td.TdClassName
{
border-color: #C8566A;
}
.TagClassName
{
border-color: #C8566A;
}
</style>