Shades of Cabaret #C8546F
Tints of Cabaret #C8546F
RGB
CMYK
RGB Variations
Color information
#C8546F (or 0xC8546F) is known color: Cabaret. HEX triplet: C8, 54 and 6F. RGB value is (200,84,111). Sum of RGB (Red+Green+Blue) = 200+84+111=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8546F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8546F is #37AB90. Grayscale: #797979. Windows color (decimal): -3648401 or 7296200. OLE color: 7296200.
HSL color Cylindrical-coordinate representation of color #C8546F: hue angle of 346.03º 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 #C8546F is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 84 | 111 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.22 |
| HSL | 346.03º | 0.51% | 0.56% | - |
| HSV(B) | 346.03º | 0.58% | 0.78% | - |
| XYZ | 29.86 | 19.77 | 17.28 | - |
| YUV | 121.76 | 121.93 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 84 | 111 | 0 | 0.58 | 0.44 | 0.22 | 346.03 | 0.51 | 0.56 |
| Hex | C8 | 54 | 6F | 0 | 3A | 2C | 16 | 15A | 33 | 38 |
| Octal | 310 | 124 | 157 | 0 | 72 | 54 | 26 | 532 | 63 | 70 |
| Binary | 11001000 | 1010100 | 1101111 | 0 | 111010 | 101100 | 10110 | 101011010 | 110011 | 111000 |
Color Harmonies of #C8546F
Complementary color
Monochromatic Colors of #C8546F
Black with #C8546F
Text Example
Text Example
White with #C8546F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8546F; }
p { color: rgb(200,84,111); }
H1.HeaderClassName
{
color: #C8546F;
}
.AnyTagClassName
{
color: #C8546F;
}
</style>
background-color css
<style>
a { background-color: #C8546F; }
a { background-color: rgb(200,84,111); }
div.DivClassName
{
background-color: #C8546F;
}
.BgClassName
{
background-color: #C8546F;
}
</style>
border-color css
<style>
span { border-color: #C8546F; }
span { border-color: rgb(200,84,111); }
td.TdClassName
{
border-color: #C8546F;
}
.TagClassName
{
border-color: #C8546F;
}
</style>