Shades of Cabaret #C84F6D
Tints of Cabaret #C84F6D
RGB
CMYK
RGB Variations
Color information
#C84F6D (or 0xC84F6D) is known color: Cabaret. HEX triplet: C8, 4F and 6D. RGB value is (200,79,109). Sum of RGB (Red+Green+Blue) = 200+79+109=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C84F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84F6D is #37B092. Grayscale: #767676. Windows color (decimal): -3649683 or 7163848. OLE color: 7163848.
HSL color Cylindrical-coordinate representation of color #C84F6D: hue angle of 345.12º 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 #C84F6D is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 79 | 109 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.22 |
| HSL | 345.12º | 0.52% | 0.55% | - |
| HSV(B) | 345.12º | 0.61% | 0.78% | - |
| XYZ | 29.38 | 18.98 | 16.58 | - |
| YUV | 118.6 | 122.59 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 79 | 109 | 0 | 0.60 | 0.46 | 0.22 | 345.12 | 0.52 | 0.55 |
| Hex | C8 | 4F | 6D | 0 | 3C | 2E | 16 | 159 | 34 | 37 |
| Octal | 310 | 117 | 155 | 0 | 74 | 56 | 26 | 531 | 64 | 67 |
| Binary | 11001000 | 1001111 | 1101101 | 0 | 111100 | 101110 | 10110 | 101011001 | 110100 | 110111 |
Color Harmonies of #C84F6D
Complementary color
Monochromatic Colors of #C84F6D
Black with #C84F6D
Text Example
Text Example
White with #C84F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84F6D; }
p { color: rgb(200,79,109); }
H1.HeaderClassName
{
color: #C84F6D;
}
.AnyTagClassName
{
color: #C84F6D;
}
</style>
background-color css
<style>
a { background-color: #C84F6D; }
a { background-color: rgb(200,79,109); }
div.DivClassName
{
background-color: #C84F6D;
}
.BgClassName
{
background-color: #C84F6D;
}
</style>
border-color css
<style>
span { border-color: #C84F6D; }
span { border-color: rgb(200,79,109); }
td.TdClassName
{
border-color: #C84F6D;
}
.TagClassName
{
border-color: #C84F6D;
}
</style>