Shades of Cabaret #C84764
Tints of Cabaret #C84764
RGB
CMYK
RGB Variations
Color information
#C84764 (or 0xC84764) is known color: Cabaret. HEX triplet: C8, 47 and 64. RGB value is (200,71,100). Sum of RGB (Red+Green+Blue) = 200+71+100=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C84764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84764 is #37B89B. Grayscale: #707070. Windows color (decimal): -3651740 or 6571976. OLE color: 6571976.
HSL color Cylindrical-coordinate representation of color #C84764: hue angle of 346.51º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C84764 is Cyan = 0, Magento = 0.64, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 71 | 100 | - |
| CMYK | 0 | 0.64 | 0.5 | 0.22 |
| HSL | 346.51º | 0.54% | 0.53% | - |
| HSV(B) | 346.51º | 0.65% | 0.78% | - |
| XYZ | 28.37 | 17.71 | 13.98 | - |
| YUV | 112.88 | 120.74 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 71 | 100 | 0 | 0.64 | 0.5 | 0.22 | 346.51 | 0.54 | 0.53 |
| Hex | C8 | 47 | 64 | 0 | 40 | 32 | 16 | 15B | 36 | 35 |
| Octal | 310 | 107 | 144 | 0 | 100 | 62 | 26 | 533 | 66 | 65 |
| Binary | 11001000 | 1000111 | 1100100 | 0 | 1000000 | 110010 | 10110 | 101011011 | 110110 | 110101 |
Color Harmonies of #C84764
Complementary color
Monochromatic Colors of #C84764
Black with #C84764
Text Example
Text Example
White with #C84764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84764; }
p { color: rgb(200,71,100); }
H1.HeaderClassName
{
color: #C84764;
}
.AnyTagClassName
{
color: #C84764;
}
</style>
background-color css
<style>
a { background-color: #C84764; }
a { background-color: rgb(200,71,100); }
div.DivClassName
{
background-color: #C84764;
}
.BgClassName
{
background-color: #C84764;
}
</style>
border-color css
<style>
span { border-color: #C84764; }
span { border-color: rgb(200,71,100); }
td.TdClassName
{
border-color: #C84764;
}
.TagClassName
{
border-color: #C84764;
}
</style>