Shades of Cabaret #C8556C
Tints of Cabaret #C8556C
RGB
CMYK
RGB Variations
Color information
#C8556C (or 0xC8556C) is known color: Cabaret. HEX triplet: C8, 55 and 6C. RGB value is (200,85,108). Sum of RGB (Red+Green+Blue) = 200+85+108=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C8556C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8556C is #37AA93. Grayscale: #7A7A7A. Windows color (decimal): -3648148 or 7099848. OLE color: 7099848.
HSL color Cylindrical-coordinate representation of color #C8556C: hue angle of 348º 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 #C8556C is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 85 | 108 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.22 |
| HSL | 348º | 0.51% | 0.56% | - |
| HSV(B) | 348º | 0.58% | 0.78% | - |
| XYZ | 29.77 | 19.86 | 16.45 | - |
| YUV | 122.01 | 120.1 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 108 | 0 | 0.58 | 0.46 | 0.22 | 348 | 0.51 | 0.56 |
| Hex | C8 | 55 | 6C | 0 | 3A | 2E | 16 | 15C | 33 | 38 |
| Octal | 310 | 125 | 154 | 0 | 72 | 56 | 26 | 534 | 63 | 70 |
| Binary | 11001000 | 1010101 | 1101100 | 0 | 111010 | 101110 | 10110 | 101011100 | 110011 | 111000 |
Color Harmonies of #C8556C
Complementary color
Monochromatic Colors of #C8556C
Black with #C8556C
Text Example
Text Example
White with #C8556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8556C; }
p { color: rgb(200,85,108); }
H1.HeaderClassName
{
color: #C8556C;
}
.AnyTagClassName
{
color: #C8556C;
}
</style>
background-color css
<style>
a { background-color: #C8556C; }
a { background-color: rgb(200,85,108); }
div.DivClassName
{
background-color: #C8556C;
}
.BgClassName
{
background-color: #C8556C;
}
</style>
border-color css
<style>
span { border-color: #C8556C; }
span { border-color: rgb(200,85,108); }
td.TdClassName
{
border-color: #C8556C;
}
.TagClassName
{
border-color: #C8556C;
}
</style>