Shades of Cabaret #C84E78
Tints of Cabaret #C84E78
RGB
CMYK
RGB Variations
Color information
#C84E78 (or 0xC84E78) is known color: Cabaret. HEX triplet: C8, 4E and 78. RGB value is (200,78,120). Sum of RGB (Red+Green+Blue) = 200+78+120=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C84E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84E78 is #37B187. Grayscale: #777777. Windows color (decimal): -3649928 or 7884488. OLE color: 7884488.
HSL color Cylindrical-coordinate representation of color #C84E78: hue angle of 339.34º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C84E78 is Cyan = 0, Magento = 0.61, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 78 | 120 | - |
| CMYK | 0 | 0.61 | 0.4 | 0.22 |
| HSL | 339.34º | 0.53% | 0.55% | - |
| HSV(B) | 339.34º | 0.61% | 0.78% | - |
| XYZ | 29.93 | 19.08 | 19.88 | - |
| YUV | 119.27 | 128.42 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 78 | 120 | 0 | 0.61 | 0.4 | 0.22 | 339.34 | 0.53 | 0.55 |
| Hex | C8 | 4E | 78 | 0 | 3D | 28 | 16 | 153 | 35 | 37 |
| Octal | 310 | 116 | 170 | 0 | 75 | 50 | 26 | 523 | 65 | 67 |
| Binary | 11001000 | 1001110 | 1111000 | 0 | 111101 | 101000 | 10110 | 101010011 | 110101 | 110111 |
Color Harmonies of #C84E78
Complementary color
Monochromatic Colors of #C84E78
Black with #C84E78
Text Example
Text Example
White with #C84E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84E78; }
p { color: rgb(200,78,120); }
H1.HeaderClassName
{
color: #C84E78;
}
.AnyTagClassName
{
color: #C84E78;
}
</style>
background-color css
<style>
a { background-color: #C84E78; }
a { background-color: rgb(200,78,120); }
div.DivClassName
{
background-color: #C84E78;
}
.BgClassName
{
background-color: #C84E78;
}
</style>
border-color css
<style>
span { border-color: #C84E78; }
span { border-color: rgb(200,78,120); }
td.TdClassName
{
border-color: #C84E78;
}
.TagClassName
{
border-color: #C84E78;
}
</style>