Shades of Cabaret #C84D78
Tints of Cabaret #C84D78
RGB
CMYK
RGB Variations
Color information
#C84D78 (or 0xC84D78) is known color: Cabaret. HEX triplet: C8, 4D and 78. RGB value is (200,77,120). Sum of RGB (Red+Green+Blue) = 200+77+120=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84D78 is #37B287. Grayscale: #767676. Windows color (decimal): -3650184 or 7884232. OLE color: 7884232.
HSL color Cylindrical-coordinate representation of color #C84D78: hue angle of 339.02º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84D78 is Cyan = 0, Magento = 0.62, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 120 | - |
| CMYK | 0 | 0.62 | 0.4 | 0.22 |
| HSL | 339.02º | 0.53% | 0.54% | - |
| HSV(B) | 339.02º | 0.62% | 0.78% | - |
| XYZ | 29.86 | 18.94 | 19.85 | - |
| YUV | 118.68 | 128.75 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 120 | 0 | 0.62 | 0.4 | 0.22 | 339.02 | 0.53 | 0.54 |
| Hex | C8 | 4D | 78 | 0 | 3E | 28 | 16 | 153 | 35 | 36 |
| Octal | 310 | 115 | 170 | 0 | 76 | 50 | 26 | 523 | 65 | 66 |
| Binary | 11001000 | 1001101 | 1111000 | 0 | 111110 | 101000 | 10110 | 101010011 | 110101 | 110110 |
Color Harmonies of #C84D78
Complementary color
Monochromatic Colors of #C84D78
Black with #C84D78
Text Example
Text Example
White with #C84D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84D78; }
p { color: rgb(200,77,120); }
H1.HeaderClassName
{
color: #C84D78;
}
.AnyTagClassName
{
color: #C84D78;
}
</style>
background-color css
<style>
a { background-color: #C84D78; }
a { background-color: rgb(200,77,120); }
div.DivClassName
{
background-color: #C84D78;
}
.BgClassName
{
background-color: #C84D78;
}
</style>
border-color css
<style>
span { border-color: #C84D78; }
span { border-color: rgb(200,77,120); }
td.TdClassName
{
border-color: #C84D78;
}
.TagClassName
{
border-color: #C84D78;
}
</style>