Shades of Cabaret #C94363
Tints of Cabaret #C94363
RGB
CMYK
RGB Variations
Color information
#C94363 (or 0xC94363) is known color: Cabaret. HEX triplet: C9, 43 and 63. RGB value is (201,67,99). Sum of RGB (Red+Green+Blue) = 201+67+99=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C94363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94363 is #36BC9C. Grayscale: #6E6E6E. Windows color (decimal): -3587229 or 6505417. OLE color: 6505417.
HSL color Cylindrical-coordinate representation of color #C94363: hue angle of 345.67º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94363 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 67 | 99 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.21 |
| HSL | 345.67º | 0.55% | 0.53% | - |
| HSV(B) | 345.67º | 0.67% | 0.79% | - |
| XYZ | 28.35 | 17.33 | 13.66 | - |
| YUV | 110.71 | 121.39 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 67 | 99 | 0 | 0.67 | 0.51 | 0.21 | 345.67 | 0.55 | 0.53 |
| Hex | C9 | 43 | 63 | 0 | 43 | 33 | 15 | 15A | 37 | 35 |
| Octal | 311 | 103 | 143 | 0 | 103 | 63 | 25 | 532 | 67 | 65 |
| Binary | 11001001 | 1000011 | 1100011 | 0 | 1000011 | 110011 | 10101 | 101011010 | 110111 | 110101 |
Color Harmonies of #C94363
Complementary color
Monochromatic Colors of #C94363
Black with #C94363
Text Example
Text Example
White with #C94363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94363; }
p { color: rgb(201,67,99); }
H1.HeaderClassName
{
color: #C94363;
}
.AnyTagClassName
{
color: #C94363;
}
</style>
background-color css
<style>
a { background-color: #C94363; }
a { background-color: rgb(201,67,99); }
div.DivClassName
{
background-color: #C94363;
}
.BgClassName
{
background-color: #C94363;
}
</style>
border-color css
<style>
span { border-color: #C94363; }
span { border-color: rgb(201,67,99); }
td.TdClassName
{
border-color: #C94363;
}
.TagClassName
{
border-color: #C94363;
}
</style>