Shades of Cabaret #C94877
Tints of Cabaret #C94877
RGB
CMYK
RGB Variations
Color information
#C94877 (or 0xC94877) is known color: Cabaret. HEX triplet: C9, 48 and 77. RGB value is (201,72,119). Sum of RGB (Red+Green+Blue) = 201+72+119=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C94877 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94877 is #36B788. Grayscale: #737373. Windows color (decimal): -3585929 or 7817417. OLE color: 7817417.
HSL color Cylindrical-coordinate representation of color #C94877: hue angle of 338.14º 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 #C94877 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 119 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.21 |
| HSL | 338.14º | 0.54% | 0.54% | - |
| HSV(B) | 338.14º | 0.64% | 0.79% | - |
| XYZ | 29.73 | 18.38 | 19.43 | - |
| YUV | 115.93 | 129.74 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 119 | 0 | 0.64 | 0.41 | 0.21 | 338.14 | 0.54 | 0.54 |
| Hex | C9 | 48 | 77 | 0 | 40 | 29 | 15 | 152 | 36 | 36 |
| Octal | 311 | 110 | 167 | 0 | 100 | 51 | 25 | 522 | 66 | 66 |
| Binary | 11001001 | 1001000 | 1110111 | 0 | 1000000 | 101001 | 10101 | 101010010 | 110110 | 110110 |
Color Harmonies of #C94877
Complementary color
Monochromatic Colors of #C94877
Black with #C94877
Text Example
Text Example
White with #C94877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94877; }
p { color: rgb(201,72,119); }
H1.HeaderClassName
{
color: #C94877;
}
.AnyTagClassName
{
color: #C94877;
}
</style>
background-color css
<style>
a { background-color: #C94877; }
a { background-color: rgb(201,72,119); }
div.DivClassName
{
background-color: #C94877;
}
.BgClassName
{
background-color: #C94877;
}
</style>
border-color css
<style>
span { border-color: #C94877; }
span { border-color: rgb(201,72,119); }
td.TdClassName
{
border-color: #C94877;
}
.TagClassName
{
border-color: #C94877;
}
</style>