Shades of Cabaret #C84D77
Tints of Cabaret #C84D77
RGB
CMYK
RGB Variations
Color information
#C84D77 (or 0xC84D77) is known color: Cabaret. HEX triplet: C8, 4D and 77. RGB value is (200,77,119). Sum of RGB (Red+Green+Blue) = 200+77+119=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84D77 is #37B288. Grayscale: #767676. Windows color (decimal): -3650185 or 7818696. OLE color: 7818696.
HSL color Cylindrical-coordinate representation of color #C84D77: hue angle of 339.51º 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 #C84D77 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 119 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.22 |
| HSL | 339.51º | 0.53% | 0.54% | - |
| HSV(B) | 339.51º | 0.62% | 0.78% | - |
| XYZ | 29.8 | 18.92 | 19.53 | - |
| YUV | 118.57 | 128.25 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 119 | 0 | 0.62 | 0.40 | 0.22 | 339.51 | 0.53 | 0.54 |
| Hex | C8 | 4D | 77 | 0 | 3E | 28 | 16 | 154 | 35 | 36 |
| Octal | 310 | 115 | 167 | 0 | 76 | 50 | 26 | 524 | 65 | 66 |
| Binary | 11001000 | 1001101 | 1110111 | 0 | 111110 | 101000 | 10110 | 101010100 | 110101 | 110110 |
Color Harmonies of #C84D77
Complementary color
Monochromatic Colors of #C84D77
Black with #C84D77
Text Example
Text Example
White with #C84D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84D77; }
p { color: rgb(200,77,119); }
H1.HeaderClassName
{
color: #C84D77;
}
.AnyTagClassName
{
color: #C84D77;
}
</style>
background-color css
<style>
a { background-color: #C84D77; }
a { background-color: rgb(200,77,119); }
div.DivClassName
{
background-color: #C84D77;
}
.BgClassName
{
background-color: #C84D77;
}
</style>
border-color css
<style>
span { border-color: #C84D77; }
span { border-color: rgb(200,77,119); }
td.TdClassName
{
border-color: #C84D77;
}
.TagClassName
{
border-color: #C84D77;
}
</style>