Shades of Cabaret #C84972
Tints of Cabaret #C84972
RGB
CMYK
RGB Variations
Color information
#C84972 (or 0xC84972) is known color: Cabaret. HEX triplet: C8, 49 and 72. RGB value is (200,73,114). Sum of RGB (Red+Green+Blue) = 200+73+114=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C84972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84972 is #37B68D. Grayscale: #737373. Windows color (decimal): -3651214 or 7489992. OLE color: 7489992.
HSL color Cylindrical-coordinate representation of color #C84972: hue angle of 340.63º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84972 is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 114 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.22 |
| HSL | 340.63º | 0.54% | 0.54% | - |
| HSV(B) | 340.63º | 0.64% | 0.78% | - |
| XYZ | 29.24 | 18.26 | 17.9 | - |
| YUV | 115.65 | 127.08 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 114 | 0 | 0.64 | 0.43 | 0.22 | 340.63 | 0.54 | 0.54 |
| Hex | C8 | 49 | 72 | 0 | 40 | 2B | 16 | 155 | 36 | 36 |
| Octal | 310 | 111 | 162 | 0 | 100 | 53 | 26 | 525 | 66 | 66 |
| Binary | 11001000 | 1001001 | 1110010 | 0 | 1000000 | 101011 | 10110 | 101010101 | 110110 | 110110 |
Color Harmonies of #C84972
Complementary color
Monochromatic Colors of #C84972
Black with #C84972
Text Example
Text Example
White with #C84972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84972; }
p { color: rgb(200,73,114); }
H1.HeaderClassName
{
color: #C84972;
}
.AnyTagClassName
{
color: #C84972;
}
</style>
background-color css
<style>
a { background-color: #C84972; }
a { background-color: rgb(200,73,114); }
div.DivClassName
{
background-color: #C84972;
}
.BgClassName
{
background-color: #C84972;
}
</style>
border-color css
<style>
span { border-color: #C84972; }
span { border-color: rgb(200,73,114); }
td.TdClassName
{
border-color: #C84972;
}
.TagClassName
{
border-color: #C84972;
}
</style>