Shades of Cabaret #C94776
Tints of Cabaret #C94776
RGB
CMYK
RGB Variations
Color information
#C94776 (or 0xC94776) is known color: Cabaret. HEX triplet: C9, 47 and 76. RGB value is (201,71,118). Sum of RGB (Red+Green+Blue) = 201+71+118=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C94776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94776 is #36B889. Grayscale: #737373. Windows color (decimal): -3586186 or 7751625. OLE color: 7751625.
HSL color Cylindrical-coordinate representation of color #C94776: hue angle of 338.31º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C94776 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 71 | 118 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.21 |
| HSL | 338.31º | 0.55% | 0.53% | - |
| HSV(B) | 338.31º | 0.65% | 0.79% | - |
| XYZ | 29.61 | 18.23 | 19.1 | - |
| YUV | 115.23 | 129.57 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 118 | 0 | 0.65 | 0.41 | 0.21 | 338.31 | 0.55 | 0.53 |
| Hex | C9 | 47 | 76 | 0 | 41 | 29 | 15 | 152 | 37 | 35 |
| Octal | 311 | 107 | 166 | 0 | 101 | 51 | 25 | 522 | 67 | 65 |
| Binary | 11001001 | 1000111 | 1110110 | 0 | 1000001 | 101001 | 10101 | 101010010 | 110111 | 110101 |
Color Harmonies of #C94776
Complementary color
Monochromatic Colors of #C94776
Black with #C94776
Text Example
Text Example
White with #C94776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94776; }
p { color: rgb(201,71,118); }
H1.HeaderClassName
{
color: #C94776;
}
.AnyTagClassName
{
color: #C94776;
}
</style>
background-color css
<style>
a { background-color: #C94776; }
a { background-color: rgb(201,71,118); }
div.DivClassName
{
background-color: #C94776;
}
.BgClassName
{
background-color: #C94776;
}
</style>
border-color css
<style>
span { border-color: #C94776; }
span { border-color: rgb(201,71,118); }
td.TdClassName
{
border-color: #C94776;
}
.TagClassName
{
border-color: #C94776;
}
</style>