Shades of Cabaret #C94560
Tints of Cabaret #C94560
RGB
CMYK
RGB Variations
Color information
#C94560 (or 0xC94560) is known color: Cabaret. HEX triplet: C9, 45 and 60. RGB value is (201,69,96). Sum of RGB (Red+Green+Blue) = 201+69+96=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C94560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94560 is #36BA9F. Grayscale: #6F6F6F. Windows color (decimal): -3586720 or 6309321. OLE color: 6309321.
HSL color Cylindrical-coordinate representation of color #C94560: hue angle of 347.73º 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 #C94560 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 96 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.21 |
| HSL | 347.73º | 0.55% | 0.53% | - |
| HSV(B) | 347.73º | 0.66% | 0.79% | - |
| XYZ | 28.33 | 17.52 | 12.95 | - |
| YUV | 111.55 | 119.23 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 96 | 0 | 0.66 | 0.52 | 0.21 | 347.73 | 0.55 | 0.53 |
| Hex | C9 | 45 | 60 | 0 | 42 | 34 | 15 | 15C | 37 | 35 |
| Octal | 311 | 105 | 140 | 0 | 102 | 64 | 25 | 534 | 67 | 65 |
| Binary | 11001001 | 1000101 | 1100000 | 0 | 1000010 | 110100 | 10101 | 101011100 | 110111 | 110101 |
Color Harmonies of #C94560
Complementary color
Monochromatic Colors of #C94560
Black with #C94560
Text Example
Text Example
White with #C94560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94560; }
p { color: rgb(201,69,96); }
H1.HeaderClassName
{
color: #C94560;
}
.AnyTagClassName
{
color: #C94560;
}
</style>
background-color css
<style>
a { background-color: #C94560; }
a { background-color: rgb(201,69,96); }
div.DivClassName
{
background-color: #C94560;
}
.BgClassName
{
background-color: #C94560;
}
</style>
border-color css
<style>
span { border-color: #C94560; }
span { border-color: rgb(201,69,96); }
td.TdClassName
{
border-color: #C94560;
}
.TagClassName
{
border-color: #C94560;
}
</style>