Shades of Cabaret #C94977
Tints of Cabaret #C94977
RGB
CMYK
RGB Variations
Color information
#C94977 (or 0xC94977) is known color: Cabaret. HEX triplet: C9, 49 and 77. RGB value is (201,73,119). Sum of RGB (Red+Green+Blue) = 201+73+119=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C94977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94977 is #36B688. Grayscale: #747474. Windows color (decimal): -3585673 or 7817673. OLE color: 7817673.
HSL color Cylindrical-coordinate representation of color #C94977: hue angle of 338.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 #C94977 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 73 | 119 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.21 |
| HSL | 338.44º | 0.54% | 0.54% | - |
| HSV(B) | 338.44º | 0.64% | 0.79% | - |
| XYZ | 29.8 | 18.51 | 19.46 | - |
| YUV | 116.52 | 129.41 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 119 | 0 | 0.64 | 0.41 | 0.21 | 338.44 | 0.54 | 0.54 |
| Hex | C9 | 49 | 77 | 0 | 40 | 29 | 15 | 152 | 36 | 36 |
| Octal | 311 | 111 | 167 | 0 | 100 | 51 | 25 | 522 | 66 | 66 |
| Binary | 11001001 | 1001001 | 1110111 | 0 | 1000000 | 101001 | 10101 | 101010010 | 110110 | 110110 |
Color Harmonies of #C94977
Complementary color
Monochromatic Colors of #C94977
Black with #C94977
Text Example
Text Example
White with #C94977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94977; }
p { color: rgb(201,73,119); }
H1.HeaderClassName
{
color: #C94977;
}
.AnyTagClassName
{
color: #C94977;
}
</style>
background-color css
<style>
a { background-color: #C94977; }
a { background-color: rgb(201,73,119); }
div.DivClassName
{
background-color: #C94977;
}
.BgClassName
{
background-color: #C94977;
}
</style>
border-color css
<style>
span { border-color: #C94977; }
span { border-color: rgb(201,73,119); }
td.TdClassName
{
border-color: #C94977;
}
.TagClassName
{
border-color: #C94977;
}
</style>