Shades of Cabaret #C84870
Tints of Cabaret #C84870
RGB
CMYK
RGB Variations
Color information
#C84870 (or 0xC84870) is known color: Cabaret. HEX triplet: C8, 48 and 70. RGB value is (200,72,112). Sum of RGB (Red+Green+Blue) = 200+72+112=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C84870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84870 is #37B78F. Grayscale: #727272. Windows color (decimal): -3651472 or 7358664. OLE color: 7358664.
HSL color Cylindrical-coordinate representation of color #C84870: hue angle of 341.25º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C84870 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 112 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.22 |
| HSL | 341.25º | 0.54% | 0.53% | - |
| HSV(B) | 341.25º | 0.64% | 0.78% | - |
| XYZ | 29.06 | 18.08 | 17.29 | - |
| YUV | 114.83 | 126.41 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 112 | 0 | 0.64 | 0.44 | 0.22 | 341.25 | 0.54 | 0.53 |
| Hex | C8 | 48 | 70 | 0 | 40 | 2C | 16 | 155 | 36 | 35 |
| Octal | 310 | 110 | 160 | 0 | 100 | 54 | 26 | 525 | 66 | 65 |
| Binary | 11001000 | 1001000 | 1110000 | 0 | 1000000 | 101100 | 10110 | 101010101 | 110110 | 110101 |
Color Harmonies of #C84870
Complementary color
Monochromatic Colors of #C84870
Black with #C84870
Text Example
Text Example
White with #C84870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84870; }
p { color: rgb(200,72,112); }
H1.HeaderClassName
{
color: #C84870;
}
.AnyTagClassName
{
color: #C84870;
}
</style>
background-color css
<style>
a { background-color: #C84870; }
a { background-color: rgb(200,72,112); }
div.DivClassName
{
background-color: #C84870;
}
.BgClassName
{
background-color: #C84870;
}
</style>
border-color css
<style>
span { border-color: #C84870; }
span { border-color: rgb(200,72,112); }
td.TdClassName
{
border-color: #C84870;
}
.TagClassName
{
border-color: #C84870;
}
</style>