Shades of Cabaret #C8546E
Tints of Cabaret #C8546E
RGB
CMYK
RGB Variations
Color information
#C8546E (or 0xC8546E) is known color: Cabaret. HEX triplet: C8, 54 and 6E. RGB value is (200,84,110). Sum of RGB (Red+Green+Blue) = 200+84+110=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C8546E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8546E is #37AB91. Grayscale: #797979. Windows color (decimal): -3648402 or 7230664. OLE color: 7230664.
HSL color Cylindrical-coordinate representation of color #C8546E: hue angle of 346.55º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C8546E is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 84 | 110 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.22 |
| HSL | 346.55º | 0.51% | 0.56% | - |
| HSV(B) | 346.55º | 0.58% | 0.78% | - |
| XYZ | 29.8 | 19.75 | 16.99 | - |
| YUV | 121.65 | 121.43 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 84 | 110 | 0 | 0.58 | 0.45 | 0.22 | 346.55 | 0.51 | 0.56 |
| Hex | C8 | 54 | 6E | 0 | 3A | 2D | 16 | 15B | 33 | 38 |
| Octal | 310 | 124 | 156 | 0 | 72 | 55 | 26 | 533 | 63 | 70 |
| Binary | 11001000 | 1010100 | 1101110 | 0 | 111010 | 101101 | 10110 | 101011011 | 110011 | 111000 |
Color Harmonies of #C8546E
Complementary color
Monochromatic Colors of #C8546E
Black with #C8546E
Text Example
Text Example
White with #C8546E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8546E; }
p { color: rgb(200,84,110); }
H1.HeaderClassName
{
color: #C8546E;
}
.AnyTagClassName
{
color: #C8546E;
}
</style>
background-color css
<style>
a { background-color: #C8546E; }
a { background-color: rgb(200,84,110); }
div.DivClassName
{
background-color: #C8546E;
}
.BgClassName
{
background-color: #C8546E;
}
</style>
border-color css
<style>
span { border-color: #C8546E; }
span { border-color: rgb(200,84,110); }
td.TdClassName
{
border-color: #C8546E;
}
.TagClassName
{
border-color: #C8546E;
}
</style>