Shades of Cabaret #C45564
Tints of Cabaret #C45564
RGB
CMYK
RGB Variations
Color information
#C45564 (or 0xC45564) is known color: Cabaret. HEX triplet: C4, 55 and 64. RGB value is (196,85,100). Sum of RGB (Red+Green+Blue) = 196+85+100=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C45564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45564 is #3BAA9B. Grayscale: #777777. Windows color (decimal): -3910300 or 6575556. OLE color: 6575556.
HSL color Cylindrical-coordinate representation of color #C45564: hue angle of 351.89º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C45564 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 85 | 100 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.23 |
| HSL | 351.89º | 0.48% | 0.55% | - |
| HSV(B) | 351.89º | 0.57% | 0.77% | - |
| XYZ | 28.31 | 19.15 | 14.26 | - |
| YUV | 119.9 | 116.77 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 100 | 0 | 0.57 | 0.49 | 0.23 | 351.89 | 0.48 | 0.55 |
| Hex | C4 | 55 | 64 | 0 | 39 | 31 | 17 | 160 | 30 | 37 |
| Octal | 304 | 125 | 144 | 0 | 71 | 61 | 27 | 540 | 60 | 67 |
| Binary | 11000100 | 1010101 | 1100100 | 0 | 111001 | 110001 | 10111 | 101100000 | 110000 | 110111 |
Color Harmonies of #C45564
Complementary color
Monochromatic Colors of #C45564
Black with #C45564
Text Example
Text Example
White with #C45564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45564; }
p { color: rgb(196,85,100); }
H1.HeaderClassName
{
color: #C45564;
}
.AnyTagClassName
{
color: #C45564;
}
</style>
background-color css
<style>
a { background-color: #C45564; }
a { background-color: rgb(196,85,100); }
div.DivClassName
{
background-color: #C45564;
}
.BgClassName
{
background-color: #C45564;
}
</style>
border-color css
<style>
span { border-color: #C45564; }
span { border-color: rgb(196,85,100); }
td.TdClassName
{
border-color: #C45564;
}
.TagClassName
{
border-color: #C45564;
}
</style>