Shades of Cabaret #C94773
Tints of Cabaret #C94773
RGB
CMYK
RGB Variations
Color information
#C94773 (or 0xC94773) is known color: Cabaret. HEX triplet: C9, 47 and 73. RGB value is (201,71,115). Sum of RGB (Red+Green+Blue) = 201+71+115=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C94773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94773 is #36B88C. Grayscale: #727272. Windows color (decimal): -3586189 or 7555017. OLE color: 7555017.
HSL color Cylindrical-coordinate representation of color #C94773: hue angle of 339.69º 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 #C94773 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 71 | 115 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.21 |
| HSL | 339.69º | 0.55% | 0.53% | - |
| HSV(B) | 339.69º | 0.65% | 0.79% | - |
| XYZ | 29.44 | 18.16 | 18.17 | - |
| YUV | 114.89 | 128.07 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 115 | 0 | 0.65 | 0.43 | 0.21 | 339.69 | 0.55 | 0.53 |
| Hex | C9 | 47 | 73 | 0 | 41 | 2B | 15 | 154 | 37 | 35 |
| Octal | 311 | 107 | 163 | 0 | 101 | 53 | 25 | 524 | 67 | 65 |
| Binary | 11001001 | 1000111 | 1110011 | 0 | 1000001 | 101011 | 10101 | 101010100 | 110111 | 110101 |
Color Harmonies of #C94773
Complementary color
Monochromatic Colors of #C94773
Black with #C94773
Text Example
Text Example
White with #C94773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94773; }
p { color: rgb(201,71,115); }
H1.HeaderClassName
{
color: #C94773;
}
.AnyTagClassName
{
color: #C94773;
}
</style>
background-color css
<style>
a { background-color: #C94773; }
a { background-color: rgb(201,71,115); }
div.DivClassName
{
background-color: #C94773;
}
.BgClassName
{
background-color: #C94773;
}
</style>
border-color css
<style>
span { border-color: #C94773; }
span { border-color: rgb(201,71,115); }
td.TdClassName
{
border-color: #C94773;
}
.TagClassName
{
border-color: #C94773;
}
</style>