Shades of Cabaret #C8556B
Tints of Cabaret #C8556B
RGB
CMYK
RGB Variations
Color information
#C8556B (or 0xC8556B) is known color: Cabaret. HEX triplet: C8, 55 and 6B. RGB value is (200,85,107). Sum of RGB (Red+Green+Blue) = 200+85+107=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C8556B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8556B is #37AA94. Grayscale: #797979. Windows color (decimal): -3648149 or 7034312. OLE color: 7034312.
HSL color Cylindrical-coordinate representation of color #C8556B: hue angle of 348.52º 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 #C8556B is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 85 | 107 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.22 |
| HSL | 348.52º | 0.51% | 0.56% | - |
| HSV(B) | 348.52º | 0.58% | 0.78% | - |
| XYZ | 29.72 | 19.84 | 16.17 | - |
| YUV | 121.89 | 119.6 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 107 | 0 | 0.58 | 0.46 | 0.22 | 348.52 | 0.51 | 0.56 |
| Hex | C8 | 55 | 6B | 0 | 3A | 2E | 16 | 15D | 33 | 38 |
| Octal | 310 | 125 | 153 | 0 | 72 | 56 | 26 | 535 | 63 | 70 |
| Binary | 11001000 | 1010101 | 1101011 | 0 | 111010 | 101110 | 10110 | 101011101 | 110011 | 111000 |
Color Harmonies of #C8556B
Complementary color
Monochromatic Colors of #C8556B
Black with #C8556B
Text Example
Text Example
White with #C8556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8556B; }
p { color: rgb(200,85,107); }
H1.HeaderClassName
{
color: #C8556B;
}
.AnyTagClassName
{
color: #C8556B;
}
</style>
background-color css
<style>
a { background-color: #C8556B; }
a { background-color: rgb(200,85,107); }
div.DivClassName
{
background-color: #C8556B;
}
.BgClassName
{
background-color: #C8556B;
}
</style>
border-color css
<style>
span { border-color: #C8556B; }
span { border-color: rgb(200,85,107); }
td.TdClassName
{
border-color: #C8556B;
}
.TagClassName
{
border-color: #C8556B;
}
</style>