Shades of Cabaret #C94470
Tints of Cabaret #C94470
RGB
CMYK
RGB Variations
Color information
#C94470 (or 0xC94470) is known color: Cabaret. HEX triplet: C9, 44 and 70. RGB value is (201,68,112). Sum of RGB (Red+Green+Blue) = 201+68+112=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C94470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94470 is #36BB8F. Grayscale: #707070. Windows color (decimal): -3586960 or 7357641. OLE color: 7357641.
HSL color Cylindrical-coordinate representation of color #C94470: hue angle of 340.15º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C94470 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 68 | 112 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.21 |
| HSL | 340.15º | 0.55% | 0.53% | - |
| HSV(B) | 340.15º | 0.66% | 0.79% | - |
| XYZ | 29.08 | 17.72 | 17.22 | - |
| YUV | 112.78 | 127.56 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 112 | 0 | 0.66 | 0.44 | 0.21 | 340.15 | 0.55 | 0.53 |
| Hex | C9 | 44 | 70 | 0 | 42 | 2C | 15 | 154 | 37 | 35 |
| Octal | 311 | 104 | 160 | 0 | 102 | 54 | 25 | 524 | 67 | 65 |
| Binary | 11001001 | 1000100 | 1110000 | 0 | 1000010 | 101100 | 10101 | 101010100 | 110111 | 110101 |
Color Harmonies of #C94470
Complementary color
Monochromatic Colors of #C94470
Black with #C94470
Text Example
Text Example
White with #C94470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94470; }
p { color: rgb(201,68,112); }
H1.HeaderClassName
{
color: #C94470;
}
.AnyTagClassName
{
color: #C94470;
}
</style>
background-color css
<style>
a { background-color: #C94470; }
a { background-color: rgb(201,68,112); }
div.DivClassName
{
background-color: #C94470;
}
.BgClassName
{
background-color: #C94470;
}
</style>
border-color css
<style>
span { border-color: #C94470; }
span { border-color: rgb(201,68,112); }
td.TdClassName
{
border-color: #C94470;
}
.TagClassName
{
border-color: #C94470;
}
</style>