Shades of Cabaret #C84C75
Tints of Cabaret #C84C75
RGB
CMYK
RGB Variations
Color information
#C84C75 (or 0xC84C75) is known color: Cabaret. HEX triplet: C8, 4C and 75. RGB value is (200,76,117). Sum of RGB (Red+Green+Blue) = 200+76+117=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C84C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84C75 is #37B38A. Grayscale: #757575. Windows color (decimal): -3650443 or 7687368. OLE color: 7687368.
HSL color Cylindrical-coordinate representation of color #C84C75: hue angle of 340.16º 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 #C84C75 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 76 | 117 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.22 |
| HSL | 340.16º | 0.53% | 0.54% | - |
| HSV(B) | 340.16º | 0.62% | 0.78% | - |
| XYZ | 29.61 | 18.73 | 18.88 | - |
| YUV | 117.75 | 127.58 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 117 | 0 | 0.62 | 0.42 | 0.22 | 340.16 | 0.53 | 0.54 |
| Hex | C8 | 4C | 75 | 0 | 3E | 2A | 16 | 154 | 35 | 36 |
| Octal | 310 | 114 | 165 | 0 | 76 | 52 | 26 | 524 | 65 | 66 |
| Binary | 11001000 | 1001100 | 1110101 | 0 | 111110 | 101010 | 10110 | 101010100 | 110101 | 110110 |
Color Harmonies of #C84C75
Complementary color
Monochromatic Colors of #C84C75
Black with #C84C75
Text Example
Text Example
White with #C84C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84C75; }
p { color: rgb(200,76,117); }
H1.HeaderClassName
{
color: #C84C75;
}
.AnyTagClassName
{
color: #C84C75;
}
</style>
background-color css
<style>
a { background-color: #C84C75; }
a { background-color: rgb(200,76,117); }
div.DivClassName
{
background-color: #C84C75;
}
.BgClassName
{
background-color: #C84C75;
}
</style>
border-color css
<style>
span { border-color: #C84C75; }
span { border-color: rgb(200,76,117); }
td.TdClassName
{
border-color: #C84C75;
}
.TagClassName
{
border-color: #C84C75;
}
</style>