Shades of Cabaret #C84D74
Tints of Cabaret #C84D74
RGB
CMYK
RGB Variations
Color information
#C84D74 (or 0xC84D74) is known color: Cabaret. HEX triplet: C8, 4D and 74. RGB value is (200,77,116). Sum of RGB (Red+Green+Blue) = 200+77+116=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84D74 is #37B28B. Grayscale: #767676. Windows color (decimal): -3650188 or 7622088. OLE color: 7622088.
HSL color Cylindrical-coordinate representation of color #C84D74: hue angle of 340.98º 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 #C84D74 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 116 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.22 |
| HSL | 340.98º | 0.53% | 0.54% | - |
| HSV(B) | 340.98º | 0.62% | 0.78% | - |
| XYZ | 29.63 | 18.85 | 18.6 | - |
| YUV | 118.22 | 126.75 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 116 | 0 | 0.62 | 0.42 | 0.22 | 340.98 | 0.53 | 0.54 |
| Hex | C8 | 4D | 74 | 0 | 3E | 2A | 16 | 155 | 35 | 36 |
| Octal | 310 | 115 | 164 | 0 | 76 | 52 | 26 | 525 | 65 | 66 |
| Binary | 11001000 | 1001101 | 1110100 | 0 | 111110 | 101010 | 10110 | 101010101 | 110101 | 110110 |
Color Harmonies of #C84D74
Complementary color
Monochromatic Colors of #C84D74
Black with #C84D74
Text Example
Text Example
White with #C84D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84D74; }
p { color: rgb(200,77,116); }
H1.HeaderClassName
{
color: #C84D74;
}
.AnyTagClassName
{
color: #C84D74;
}
</style>
background-color css
<style>
a { background-color: #C84D74; }
a { background-color: rgb(200,77,116); }
div.DivClassName
{
background-color: #C84D74;
}
.BgClassName
{
background-color: #C84D74;
}
</style>
border-color css
<style>
span { border-color: #C84D74; }
span { border-color: rgb(200,77,116); }
td.TdClassName
{
border-color: #C84D74;
}
.TagClassName
{
border-color: #C84D74;
}
</style>