Shades of Cabaret #C84E6E
Tints of Cabaret #C84E6E
RGB
CMYK
RGB Variations
Color information
#C84E6E (or 0xC84E6E) is known color: Cabaret. HEX triplet: C8, 4E and 6E. RGB value is (200,78,110). Sum of RGB (Red+Green+Blue) = 200+78+110=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C84E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84E6E is #37B191. Grayscale: #767676. Windows color (decimal): -3649938 or 7229128. OLE color: 7229128.
HSL color Cylindrical-coordinate representation of color #C84E6E: hue angle of 344.26º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C84E6E is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 78 | 110 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.22 |
| HSL | 344.26º | 0.53% | 0.55% | - |
| HSV(B) | 344.26º | 0.61% | 0.78% | - |
| XYZ | 29.36 | 18.85 | 16.84 | - |
| YUV | 118.13 | 123.42 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 78 | 110 | 0 | 0.61 | 0.45 | 0.22 | 344.26 | 0.53 | 0.55 |
| Hex | C8 | 4E | 6E | 0 | 3D | 2D | 16 | 158 | 35 | 37 |
| Octal | 310 | 116 | 156 | 0 | 75 | 55 | 26 | 530 | 65 | 67 |
| Binary | 11001000 | 1001110 | 1101110 | 0 | 111101 | 101101 | 10110 | 101011000 | 110101 | 110111 |
Color Harmonies of #C84E6E
Complementary color
Monochromatic Colors of #C84E6E
Black with #C84E6E
Text Example
Text Example
White with #C84E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84E6E; }
p { color: rgb(200,78,110); }
H1.HeaderClassName
{
color: #C84E6E;
}
.AnyTagClassName
{
color: #C84E6E;
}
</style>
background-color css
<style>
a { background-color: #C84E6E; }
a { background-color: rgb(200,78,110); }
div.DivClassName
{
background-color: #C84E6E;
}
.BgClassName
{
background-color: #C84E6E;
}
</style>
border-color css
<style>
span { border-color: #C84E6E; }
span { border-color: rgb(200,78,110); }
td.TdClassName
{
border-color: #C84E6E;
}
.TagClassName
{
border-color: #C84E6E;
}
</style>