Shades of Cabaret #C94874
Tints of Cabaret #C94874
RGB
CMYK
RGB Variations
Color information
#C94874 (or 0xC94874) is known color: Cabaret. HEX triplet: C9, 48 and 74. RGB value is (201,72,116). Sum of RGB (Red+Green+Blue) = 201+72+116=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C94874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94874 is #36B78B. Grayscale: #737373. Windows color (decimal): -3585932 or 7620809. OLE color: 7620809.
HSL color Cylindrical-coordinate representation of color #C94874: hue angle of 339.53º 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 #C94874 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 116 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.21 |
| HSL | 339.53º | 0.54% | 0.54% | - |
| HSV(B) | 339.53º | 0.64% | 0.79% | - |
| XYZ | 29.56 | 18.31 | 18.5 | - |
| YUV | 115.59 | 128.24 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 116 | 0 | 0.64 | 0.42 | 0.21 | 339.53 | 0.54 | 0.54 |
| Hex | C9 | 48 | 74 | 0 | 40 | 2A | 15 | 154 | 36 | 36 |
| Octal | 311 | 110 | 164 | 0 | 100 | 52 | 25 | 524 | 66 | 66 |
| Binary | 11001001 | 1001000 | 1110100 | 0 | 1000000 | 101010 | 10101 | 101010100 | 110110 | 110110 |
Color Harmonies of #C94874
Complementary color
Monochromatic Colors of #C94874
Black with #C94874
Text Example
Text Example
White with #C94874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94874; }
p { color: rgb(201,72,116); }
H1.HeaderClassName
{
color: #C94874;
}
.AnyTagClassName
{
color: #C94874;
}
</style>
background-color css
<style>
a { background-color: #C94874; }
a { background-color: rgb(201,72,116); }
div.DivClassName
{
background-color: #C94874;
}
.BgClassName
{
background-color: #C94874;
}
</style>
border-color css
<style>
span { border-color: #C94874; }
span { border-color: rgb(201,72,116); }
td.TdClassName
{
border-color: #C94874;
}
.TagClassName
{
border-color: #C94874;
}
</style>