Shades of Cabaret #C84F6E
Tints of Cabaret #C84F6E
RGB
CMYK
RGB Variations
Color information
#C84F6E (or 0xC84F6E) is known color: Cabaret. HEX triplet: C8, 4F and 6E. RGB value is (200,79,110). Sum of RGB (Red+Green+Blue) = 200+79+110=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 79 (31.25% from 255 or 20.31% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C84F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84F6E is #37B091. Grayscale: #767676. Windows color (decimal): -3649682 or 7229384. OLE color: 7229384.
HSL color Cylindrical-coordinate representation of color #C84F6E: hue angle of 344.63º degrees, saturation: 0.52, 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 #C84F6E is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 79 | 110 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.22 |
| HSL | 344.63º | 0.52% | 0.55% | - |
| HSV(B) | 344.63º | 0.61% | 0.78% | - |
| XYZ | 29.43 | 19 | 16.87 | - |
| YUV | 118.71 | 123.09 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 79 | 110 | 0 | 0.60 | 0.45 | 0.22 | 344.63 | 0.52 | 0.55 |
| Hex | C8 | 4F | 6E | 0 | 3C | 2D | 16 | 159 | 34 | 37 |
| Octal | 310 | 117 | 156 | 0 | 74 | 55 | 26 | 531 | 64 | 67 |
| Binary | 11001000 | 1001111 | 1101110 | 0 | 111100 | 101101 | 10110 | 101011001 | 110100 | 110111 |
Color Harmonies of #C84F6E
Complementary color
Monochromatic Colors of #C84F6E
Black with #C84F6E
Text Example
Text Example
White with #C84F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84F6E; }
p { color: rgb(200,79,110); }
H1.HeaderClassName
{
color: #C84F6E;
}
.AnyTagClassName
{
color: #C84F6E;
}
</style>
background-color css
<style>
a { background-color: #C84F6E; }
a { background-color: rgb(200,79,110); }
div.DivClassName
{
background-color: #C84F6E;
}
.BgClassName
{
background-color: #C84F6E;
}
</style>
border-color css
<style>
span { border-color: #C84F6E; }
span { border-color: rgb(200,79,110); }
td.TdClassName
{
border-color: #C84F6E;
}
.TagClassName
{
border-color: #C84F6E;
}
</style>