Shades of Cabaret #C84D73
Tints of Cabaret #C84D73
RGB
CMYK
RGB Variations
Color information
#C84D73 (or 0xC84D73) is known color: Cabaret. HEX triplet: C8, 4D and 73. RGB value is (200,77,115). Sum of RGB (Red+Green+Blue) = 200+77+115=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84D73 is #37B28C. Grayscale: #767676. Windows color (decimal): -3650189 or 7556552. OLE color: 7556552.
HSL color Cylindrical-coordinate representation of color #C84D73: hue angle of 341.46º 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 #C84D73 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 115 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.22 |
| HSL | 341.46º | 0.53% | 0.54% | - |
| HSV(B) | 341.46º | 0.62% | 0.78% | - |
| XYZ | 29.57 | 18.82 | 18.29 | - |
| YUV | 118.11 | 126.25 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 115 | 0 | 0.62 | 0.42 | 0.22 | 341.46 | 0.53 | 0.54 |
| Hex | C8 | 4D | 73 | 0 | 3E | 2A | 16 | 155 | 35 | 36 |
| Octal | 310 | 115 | 163 | 0 | 76 | 52 | 26 | 525 | 65 | 66 |
| Binary | 11001000 | 1001101 | 1110011 | 0 | 111110 | 101010 | 10110 | 101010101 | 110101 | 110110 |
Color Harmonies of #C84D73
Complementary color
Monochromatic Colors of #C84D73
Black with #C84D73
Text Example
Text Example
White with #C84D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84D73; }
p { color: rgb(200,77,115); }
H1.HeaderClassName
{
color: #C84D73;
}
.AnyTagClassName
{
color: #C84D73;
}
</style>
background-color css
<style>
a { background-color: #C84D73; }
a { background-color: rgb(200,77,115); }
div.DivClassName
{
background-color: #C84D73;
}
.BgClassName
{
background-color: #C84D73;
}
</style>
border-color css
<style>
span { border-color: #C84D73; }
span { border-color: rgb(200,77,115); }
td.TdClassName
{
border-color: #C84D73;
}
.TagClassName
{
border-color: #C84D73;
}
</style>