Shades of Cabaret #C84973
Tints of Cabaret #C84973
RGB
CMYK
RGB Variations
Color information
#C84973 (or 0xC84973) is known color: Cabaret. HEX triplet: C8, 49 and 73. RGB value is (200,73,115). Sum of RGB (Red+Green+Blue) = 200+73+115=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C84973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84973 is #37B68C. Grayscale: #737373. Windows color (decimal): -3651213 or 7555528. OLE color: 7555528.
HSL color Cylindrical-coordinate representation of color #C84973: hue angle of 340.16º 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 #C84973 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 115 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.22 |
| HSL | 340.16º | 0.54% | 0.54% | - |
| HSV(B) | 340.16º | 0.64% | 0.78% | - |
| XYZ | 29.3 | 18.28 | 18.2 | - |
| YUV | 115.76 | 127.58 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 115 | 0 | 0.64 | 0.42 | 0.22 | 340.16 | 0.54 | 0.54 |
| Hex | C8 | 49 | 73 | 0 | 40 | 2A | 16 | 154 | 36 | 36 |
| Octal | 310 | 111 | 163 | 0 | 100 | 52 | 26 | 524 | 66 | 66 |
| Binary | 11001000 | 1001001 | 1110011 | 0 | 1000000 | 101010 | 10110 | 101010100 | 110110 | 110110 |
Color Harmonies of #C84973
Complementary color
Monochromatic Colors of #C84973
Black with #C84973
Text Example
Text Example
White with #C84973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84973; }
p { color: rgb(200,73,115); }
H1.HeaderClassName
{
color: #C84973;
}
.AnyTagClassName
{
color: #C84973;
}
</style>
background-color css
<style>
a { background-color: #C84973; }
a { background-color: rgb(200,73,115); }
div.DivClassName
{
background-color: #C84973;
}
.BgClassName
{
background-color: #C84973;
}
</style>
border-color css
<style>
span { border-color: #C84973; }
span { border-color: rgb(200,73,115); }
td.TdClassName
{
border-color: #C84973;
}
.TagClassName
{
border-color: #C84973;
}
</style>