Shades of Cabaret #C44964
Tints of Cabaret #C44964
RGB
CMYK
RGB Variations
Color information
#C44964 (or 0xC44964) is known color: Cabaret. HEX triplet: C4, 49 and 64. RGB value is (196,73,100). Sum of RGB (Red+Green+Blue) = 196+73+100=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C44964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44964 is #3BB69B. Grayscale: #707070. Windows color (decimal): -3913372 or 6572484. OLE color: 6572484.
HSL color Cylindrical-coordinate representation of color #C44964: hue angle of 346.83º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C44964 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 100 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.23 |
| HSL | 346.83º | 0.51% | 0.53% | - |
| HSV(B) | 346.83º | 0.63% | 0.77% | - |
| XYZ | 27.45 | 17.42 | 13.97 | - |
| YUV | 112.86 | 120.75 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 100 | 0 | 0.63 | 0.49 | 0.23 | 346.83 | 0.51 | 0.53 |
| Hex | C4 | 49 | 64 | 0 | 3F | 31 | 17 | 15B | 33 | 35 |
| Octal | 304 | 111 | 144 | 0 | 77 | 61 | 27 | 533 | 63 | 65 |
| Binary | 11000100 | 1001001 | 1100100 | 0 | 111111 | 110001 | 10111 | 101011011 | 110011 | 110101 |
Color Harmonies of #C44964
Complementary color
Monochromatic Colors of #C44964
Black with #C44964
Text Example
Text Example
White with #C44964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44964; }
p { color: rgb(196,73,100); }
H1.HeaderClassName
{
color: #C44964;
}
.AnyTagClassName
{
color: #C44964;
}
</style>
background-color css
<style>
a { background-color: #C44964; }
a { background-color: rgb(196,73,100); }
div.DivClassName
{
background-color: #C44964;
}
.BgClassName
{
background-color: #C44964;
}
</style>
border-color css
<style>
span { border-color: #C44964; }
span { border-color: rgb(196,73,100); }
td.TdClassName
{
border-color: #C44964;
}
.TagClassName
{
border-color: #C44964;
}
</style>