Shades of Cabaret #C84D75
Tints of Cabaret #C84D75
RGB
CMYK
RGB Variations
Color information
#C84D75 (or 0xC84D75) is known color: Cabaret. HEX triplet: C8, 4D and 75. RGB value is (200,77,117). Sum of RGB (Red+Green+Blue) = 200+77+117=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84D75 is #37B28A. Grayscale: #767676. Windows color (decimal): -3650187 or 7687624. OLE color: 7687624.
HSL color Cylindrical-coordinate representation of color #C84D75: hue angle of 340.49º 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 #C84D75 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 117 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.22 |
| HSL | 340.49º | 0.53% | 0.54% | - |
| HSV(B) | 340.49º | 0.62% | 0.78% | - |
| XYZ | 29.68 | 18.87 | 18.91 | - |
| YUV | 118.34 | 127.25 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 117 | 0 | 0.62 | 0.42 | 0.22 | 340.49 | 0.53 | 0.54 |
| Hex | C8 | 4D | 75 | 0 | 3E | 2A | 16 | 154 | 35 | 36 |
| Octal | 310 | 115 | 165 | 0 | 76 | 52 | 26 | 524 | 65 | 66 |
| Binary | 11001000 | 1001101 | 1110101 | 0 | 111110 | 101010 | 10110 | 101010100 | 110101 | 110110 |
Color Harmonies of #C84D75
Complementary color
Monochromatic Colors of #C84D75
Black with #C84D75
Text Example
Text Example
White with #C84D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84D75; }
p { color: rgb(200,77,117); }
H1.HeaderClassName
{
color: #C84D75;
}
.AnyTagClassName
{
color: #C84D75;
}
</style>
background-color css
<style>
a { background-color: #C84D75; }
a { background-color: rgb(200,77,117); }
div.DivClassName
{
background-color: #C84D75;
}
.BgClassName
{
background-color: #C84D75;
}
</style>
border-color css
<style>
span { border-color: #C84D75; }
span { border-color: rgb(200,77,117); }
td.TdClassName
{
border-color: #C84D75;
}
.TagClassName
{
border-color: #C84D75;
}
</style>