Shades of Cabaret #C44564
Tints of Cabaret #C44564
RGB
CMYK
RGB Variations
Color information
#C44564 (or 0xC44564) is known color: Cabaret. HEX triplet: C4, 45 and 64. RGB value is (196,69,100). Sum of RGB (Red+Green+Blue) = 196+69+100=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C44564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44564 is #3BBA9B. Grayscale: #6E6E6E. Windows color (decimal): -3914396 or 6571460. OLE color: 6571460.
HSL color Cylindrical-coordinate representation of color #C44564: hue angle of 345.35º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C44564 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 69 | 100 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.23 |
| HSL | 345.35º | 0.52% | 0.52% | - |
| HSV(B) | 345.35º | 0.65% | 0.77% | - |
| XYZ | 27.19 | 16.91 | 13.89 | - |
| YUV | 110.51 | 122.08 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 100 | 0 | 0.65 | 0.49 | 0.23 | 345.35 | 0.52 | 0.52 |
| Hex | C4 | 45 | 64 | 0 | 41 | 31 | 17 | 159 | 34 | 34 |
| Octal | 304 | 105 | 144 | 0 | 101 | 61 | 27 | 531 | 64 | 64 |
| Binary | 11000100 | 1000101 | 1100100 | 0 | 1000001 | 110001 | 10111 | 101011001 | 110100 | 110100 |
Color Harmonies of #C44564
Complementary color
Monochromatic Colors of #C44564
Black with #C44564
Text Example
Text Example
White with #C44564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44564; }
p { color: rgb(196,69,100); }
H1.HeaderClassName
{
color: #C44564;
}
.AnyTagClassName
{
color: #C44564;
}
</style>
background-color css
<style>
a { background-color: #C44564; }
a { background-color: rgb(196,69,100); }
div.DivClassName
{
background-color: #C44564;
}
.BgClassName
{
background-color: #C44564;
}
</style>
border-color css
<style>
span { border-color: #C44564; }
span { border-color: rgb(196,69,100); }
td.TdClassName
{
border-color: #C44564;
}
.TagClassName
{
border-color: #C44564;
}
</style>