Shades of Cabaret #C94863
Tints of Cabaret #C94863
RGB
CMYK
RGB Variations
Color information
#C94863 (or 0xC94863) is known color: Cabaret. HEX triplet: C9, 48 and 63. RGB value is (201,72,99). Sum of RGB (Red+Green+Blue) = 201+72+99=372 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.03% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 99 (39.06% from 255 or 26.61% from 372); Max value from RGB is 201 - color contains mainly: red. Hex color #C94863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94863 is #36B79C. Grayscale: #717171. Windows color (decimal): -3585949 or 6506697. OLE color: 6506697.
HSL color Cylindrical-coordinate representation of color #C94863: hue angle of 347.44º 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 #C94863 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 99 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.21 |
| HSL | 347.44º | 0.54% | 0.54% | - |
| HSV(B) | 347.44º | 0.64% | 0.79% | - |
| XYZ | 28.66 | 17.95 | 13.76 | - |
| YUV | 113.65 | 119.74 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 99 | 0 | 0.64 | 0.51 | 0.21 | 347.44 | 0.54 | 0.54 |
| Hex | C9 | 48 | 63 | 0 | 40 | 33 | 15 | 15B | 36 | 36 |
| Octal | 311 | 110 | 143 | 0 | 100 | 63 | 25 | 533 | 66 | 66 |
| Binary | 11001001 | 1001000 | 1100011 | 0 | 1000000 | 110011 | 10101 | 101011011 | 110110 | 110110 |
Color Harmonies of #C94863
Complementary color
Monochromatic Colors of #C94863
Black with #C94863
Text Example
Text Example
White with #C94863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94863; }
p { color: rgb(201,72,99); }
H1.HeaderClassName
{
color: #C94863;
}
.AnyTagClassName
{
color: #C94863;
}
</style>
background-color css
<style>
a { background-color: #C94863; }
a { background-color: rgb(201,72,99); }
div.DivClassName
{
background-color: #C94863;
}
.BgClassName
{
background-color: #C94863;
}
</style>
border-color css
<style>
span { border-color: #C94863; }
span { border-color: rgb(201,72,99); }
td.TdClassName
{
border-color: #C94863;
}
.TagClassName
{
border-color: #C94863;
}
</style>