Shades of Cabaret #C94561
Tints of Cabaret #C94561
RGB
CMYK
RGB Variations
Color information
#C94561 (or 0xC94561) is known color: Cabaret. HEX triplet: C9, 45 and 61. RGB value is (201,69,97). Sum of RGB (Red+Green+Blue) = 201+69+97=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C94561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94561 is #36BA9E. Grayscale: #6F6F6F. Windows color (decimal): -3586719 or 6374857. OLE color: 6374857.
HSL color Cylindrical-coordinate representation of color #C94561: hue angle of 347.27º 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 #C94561 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 97 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.21 |
| HSL | 347.27º | 0.55% | 0.53% | - |
| HSV(B) | 347.27º | 0.66% | 0.79% | - |
| XYZ | 28.37 | 17.54 | 13.2 | - |
| YUV | 111.66 | 119.73 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 97 | 0 | 0.66 | 0.52 | 0.21 | 347.27 | 0.55 | 0.53 |
| Hex | C9 | 45 | 61 | 0 | 42 | 34 | 15 | 15B | 37 | 35 |
| Octal | 311 | 105 | 141 | 0 | 102 | 64 | 25 | 533 | 67 | 65 |
| Binary | 11001001 | 1000101 | 1100001 | 0 | 1000010 | 110100 | 10101 | 101011011 | 110111 | 110101 |
Color Harmonies of #C94561
Complementary color
Monochromatic Colors of #C94561
Black with #C94561
Text Example
Text Example
White with #C94561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94561; }
p { color: rgb(201,69,97); }
H1.HeaderClassName
{
color: #C94561;
}
.AnyTagClassName
{
color: #C94561;
}
</style>
background-color css
<style>
a { background-color: #C94561; }
a { background-color: rgb(201,69,97); }
div.DivClassName
{
background-color: #C94561;
}
.BgClassName
{
background-color: #C94561;
}
</style>
border-color css
<style>
span { border-color: #C94561; }
span { border-color: rgb(201,69,97); }
td.TdClassName
{
border-color: #C94561;
}
.TagClassName
{
border-color: #C94561;
}
</style>