Shades of Cabaret #C84D6A
Tints of Cabaret #C84D6A
RGB
CMYK
RGB Variations
Color information
#C84D6A (or 0xC84D6A) is known color: Cabaret. HEX triplet: C8, 4D and 6A. RGB value is (200,77,106). Sum of RGB (Red+Green+Blue) = 200+77+106=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84D6A is #37B295. Grayscale: #757575. Windows color (decimal): -3650198 or 6966728. OLE color: 6966728.
HSL color Cylindrical-coordinate representation of color #C84D6A: hue angle of 345.85º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84D6A is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 106 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.22 |
| HSL | 345.85º | 0.53% | 0.54% | - |
| HSV(B) | 345.85º | 0.62% | 0.78% | - |
| XYZ | 29.07 | 18.63 | 15.7 | - |
| YUV | 117.08 | 121.75 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 106 | 0 | 0.62 | 0.47 | 0.22 | 345.85 | 0.53 | 0.54 |
| Hex | C8 | 4D | 6A | 0 | 3E | 2F | 16 | 15A | 35 | 36 |
| Octal | 310 | 115 | 152 | 0 | 76 | 57 | 26 | 532 | 65 | 66 |
| Binary | 11001000 | 1001101 | 1101010 | 0 | 111110 | 101111 | 10110 | 101011010 | 110101 | 110110 |
Color Harmonies of #C84D6A
Complementary color
Monochromatic Colors of #C84D6A
Black with #C84D6A
Text Example
Text Example
White with #C84D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84D6A; }
p { color: rgb(200,77,106); }
H1.HeaderClassName
{
color: #C84D6A;
}
.AnyTagClassName
{
color: #C84D6A;
}
</style>
background-color css
<style>
a { background-color: #C84D6A; }
a { background-color: rgb(200,77,106); }
div.DivClassName
{
background-color: #C84D6A;
}
.BgClassName
{
background-color: #C84D6A;
}
</style>
border-color css
<style>
span { border-color: #C84D6A; }
span { border-color: rgb(200,77,106); }
td.TdClassName
{
border-color: #C84D6A;
}
.TagClassName
{
border-color: #C84D6A;
}
</style>