Shades of Cabaret #C94864
Tints of Cabaret #C94864
RGB
CMYK
RGB Variations
Color information
#C94864 (or 0xC94864) is known color: Cabaret. HEX triplet: C9, 48 and 64. RGB value is (201,72,100). Sum of RGB (Red+Green+Blue) = 201+72+100=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C94864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94864 is #36B79B. Grayscale: #717171. Windows color (decimal): -3585948 or 6572233. OLE color: 6572233.
HSL color Cylindrical-coordinate representation of color #C94864: hue angle of 346.98º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C94864 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 100 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.21 |
| HSL | 346.98º | 0.54% | 0.54% | - |
| HSV(B) | 346.98º | 0.64% | 0.79% | - |
| XYZ | 28.71 | 17.97 | 14.01 | - |
| YUV | 113.76 | 120.24 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 100 | 0 | 0.64 | 0.50 | 0.21 | 346.98 | 0.54 | 0.54 |
| Hex | C9 | 48 | 64 | 0 | 40 | 32 | 15 | 15B | 36 | 36 |
| Octal | 311 | 110 | 144 | 0 | 100 | 62 | 25 | 533 | 66 | 66 |
| Binary | 11001001 | 1001000 | 1100100 | 0 | 1000000 | 110010 | 10101 | 101011011 | 110110 | 110110 |
Color Harmonies of #C94864
Complementary color
Monochromatic Colors of #C94864
Black with #C94864
Text Example
Text Example
White with #C94864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94864; }
p { color: rgb(201,72,100); }
H1.HeaderClassName
{
color: #C94864;
}
.AnyTagClassName
{
color: #C94864;
}
</style>
background-color css
<style>
a { background-color: #C94864; }
a { background-color: rgb(201,72,100); }
div.DivClassName
{
background-color: #C94864;
}
.BgClassName
{
background-color: #C94864;
}
</style>
border-color css
<style>
span { border-color: #C94864; }
span { border-color: rgb(201,72,100); }
td.TdClassName
{
border-color: #C94864;
}
.TagClassName
{
border-color: #C94864;
}
</style>