Shades of Cabaret #C84D76
Tints of Cabaret #C84D76
RGB
CMYK
RGB Variations
Color information
#C84D76 (or 0xC84D76) is known color: Cabaret. HEX triplet: C8, 4D and 76. RGB value is (200,77,118). Sum of RGB (Red+Green+Blue) = 200+77+118=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84D76 is #37B289. Grayscale: #767676. Windows color (decimal): -3650186 or 7753160. OLE color: 7753160.
HSL color Cylindrical-coordinate representation of color #C84D76: hue angle of 340º 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 #C84D76 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 118 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.22 |
| HSL | 340º | 0.53% | 0.54% | - |
| HSV(B) | 340º | 0.62% | 0.78% | - |
| XYZ | 29.74 | 18.9 | 19.22 | - |
| YUV | 118.45 | 127.75 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 118 | 0 | 0.62 | 0.41 | 0.22 | 340 | 0.53 | 0.54 |
| Hex | C8 | 4D | 76 | 0 | 3E | 29 | 16 | 154 | 35 | 36 |
| Octal | 310 | 115 | 166 | 0 | 76 | 51 | 26 | 524 | 65 | 66 |
| Binary | 11001000 | 1001101 | 1110110 | 0 | 111110 | 101001 | 10110 | 101010100 | 110101 | 110110 |
Color Harmonies of #C84D76
Complementary color
Monochromatic Colors of #C84D76
Black with #C84D76
Text Example
Text Example
White with #C84D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84D76; }
p { color: rgb(200,77,118); }
H1.HeaderClassName
{
color: #C84D76;
}
.AnyTagClassName
{
color: #C84D76;
}
</style>
background-color css
<style>
a { background-color: #C84D76; }
a { background-color: rgb(200,77,118); }
div.DivClassName
{
background-color: #C84D76;
}
.BgClassName
{
background-color: #C84D76;
}
</style>
border-color css
<style>
span { border-color: #C84D76; }
span { border-color: rgb(200,77,118); }
td.TdClassName
{
border-color: #C84D76;
}
.TagClassName
{
border-color: #C84D76;
}
</style>