Shades of Cabaret #C84971
Tints of Cabaret #C84971
RGB
CMYK
RGB Variations
Color information
#C84971 (or 0xC84971) is known color: Cabaret. HEX triplet: C8, 49 and 71. RGB value is (200,73,113). Sum of RGB (Red+Green+Blue) = 200+73+113=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C84971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84971 is #37B68E. Grayscale: #737373. Windows color (decimal): -3651215 or 7424456. OLE color: 7424456.
HSL color Cylindrical-coordinate representation of color #C84971: hue angle of 341.1º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84971 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 113 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.22 |
| HSL | 341.1º | 0.54% | 0.54% | - |
| HSV(B) | 341.1º | 0.64% | 0.78% | - |
| XYZ | 29.18 | 18.24 | 17.6 | - |
| YUV | 115.53 | 126.58 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 113 | 0 | 0.64 | 0.44 | 0.22 | 341.1 | 0.54 | 0.54 |
| Hex | C8 | 49 | 71 | 0 | 40 | 2C | 16 | 155 | 36 | 36 |
| Octal | 310 | 111 | 161 | 0 | 100 | 54 | 26 | 525 | 66 | 66 |
| Binary | 11001000 | 1001001 | 1110001 | 0 | 1000000 | 101100 | 10110 | 101010101 | 110110 | 110110 |
Color Harmonies of #C84971
Complementary color
Monochromatic Colors of #C84971
Black with #C84971
Text Example
Text Example
White with #C84971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84971; }
p { color: rgb(200,73,113); }
H1.HeaderClassName
{
color: #C84971;
}
.AnyTagClassName
{
color: #C84971;
}
</style>
background-color css
<style>
a { background-color: #C84971; }
a { background-color: rgb(200,73,113); }
div.DivClassName
{
background-color: #C84971;
}
.BgClassName
{
background-color: #C84971;
}
</style>
border-color css
<style>
span { border-color: #C84971; }
span { border-color: rgb(200,73,113); }
td.TdClassName
{
border-color: #C84971;
}
.TagClassName
{
border-color: #C84971;
}
</style>