Shades of Cabaret #C84A6E
Tints of Cabaret #C84A6E
RGB
CMYK
RGB Variations
Color information
#C84A6E (or 0xC84A6E) is known color: Cabaret. HEX triplet: C8, 4A and 6E. RGB value is (200,74,110). Sum of RGB (Red+Green+Blue) = 200+74+110=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84A6E is #37B591. Grayscale: #737373. Windows color (decimal): -3650962 or 7228104. OLE color: 7228104.
HSL color Cylindrical-coordinate representation of color #C84A6E: hue angle of 342.86º degrees, saturation: 0.53, 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 #C84A6E is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 110 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.22 |
| HSL | 342.86º | 0.53% | 0.54% | - |
| HSV(B) | 342.86º | 0.63% | 0.78% | - |
| XYZ | 29.08 | 18.3 | 16.75 | - |
| YUV | 115.78 | 124.74 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 110 | 0 | 0.63 | 0.45 | 0.22 | 342.86 | 0.53 | 0.54 |
| Hex | C8 | 4A | 6E | 0 | 3F | 2D | 16 | 157 | 35 | 36 |
| Octal | 310 | 112 | 156 | 0 | 77 | 55 | 26 | 527 | 65 | 66 |
| Binary | 11001000 | 1001010 | 1101110 | 0 | 111111 | 101101 | 10110 | 101010111 | 110101 | 110110 |
Color Harmonies of #C84A6E
Complementary color
Monochromatic Colors of #C84A6E
Black with #C84A6E
Text Example
Text Example
White with #C84A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84A6E; }
p { color: rgb(200,74,110); }
H1.HeaderClassName
{
color: #C84A6E;
}
.AnyTagClassName
{
color: #C84A6E;
}
</style>
background-color css
<style>
a { background-color: #C84A6E; }
a { background-color: rgb(200,74,110); }
div.DivClassName
{
background-color: #C84A6E;
}
.BgClassName
{
background-color: #C84A6E;
}
</style>
border-color css
<style>
span { border-color: #C84A6E; }
span { border-color: rgb(200,74,110); }
td.TdClassName
{
border-color: #C84A6E;
}
.TagClassName
{
border-color: #C84A6E;
}
</style>