Shades of Cabaret #C84D72
Tints of Cabaret #C84D72
RGB
CMYK
RGB Variations
Color information
#C84D72 (or 0xC84D72) is known color: Cabaret. HEX triplet: C8, 4D and 72. RGB value is (200,77,114). Sum of RGB (Red+Green+Blue) = 200+77+114=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84D72 is #37B28D. Grayscale: #757575. Windows color (decimal): -3650190 or 7491016. OLE color: 7491016.
HSL color Cylindrical-coordinate representation of color #C84D72: hue angle of 341.95º 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 #C84D72 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 114 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.22 |
| HSL | 341.95º | 0.53% | 0.54% | - |
| HSV(B) | 341.95º | 0.62% | 0.78% | - |
| XYZ | 29.51 | 18.8 | 17.99 | - |
| YUV | 118 | 125.75 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 114 | 0 | 0.62 | 0.43 | 0.22 | 341.95 | 0.53 | 0.54 |
| Hex | C8 | 4D | 72 | 0 | 3E | 2B | 16 | 156 | 35 | 36 |
| Octal | 310 | 115 | 162 | 0 | 76 | 53 | 26 | 526 | 65 | 66 |
| Binary | 11001000 | 1001101 | 1110010 | 0 | 111110 | 101011 | 10110 | 101010110 | 110101 | 110110 |
Color Harmonies of #C84D72
Complementary color
Monochromatic Colors of #C84D72
Black with #C84D72
Text Example
Text Example
White with #C84D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84D72; }
p { color: rgb(200,77,114); }
H1.HeaderClassName
{
color: #C84D72;
}
.AnyTagClassName
{
color: #C84D72;
}
</style>
background-color css
<style>
a { background-color: #C84D72; }
a { background-color: rgb(200,77,114); }
div.DivClassName
{
background-color: #C84D72;
}
.BgClassName
{
background-color: #C84D72;
}
</style>
border-color css
<style>
span { border-color: #C84D72; }
span { border-color: rgb(200,77,114); }
td.TdClassName
{
border-color: #C84D72;
}
.TagClassName
{
border-color: #C84D72;
}
</style>