Shades of Cabaret #C44962
Tints of Cabaret #C44962
RGB
CMYK
RGB Variations
Color information
#C44962 (or 0xC44962) is known color: Cabaret. HEX triplet: C4, 49 and 62. RGB value is (196,73,98). Sum of RGB (Red+Green+Blue) = 196+73+98=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C44962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44962 is #3BB69D. Grayscale: #707070. Windows color (decimal): -3913374 or 6441412. OLE color: 6441412.
HSL color Cylindrical-coordinate representation of color #C44962: hue angle of 347.8º 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 #C44962 is Cyan = 0, Magento = 0.63, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 98 | - |
| CMYK | 0 | 0.63 | 0.5 | 0.23 |
| HSL | 347.8º | 0.51% | 0.53% | - |
| HSV(B) | 347.8º | 0.63% | 0.77% | - |
| XYZ | 27.35 | 17.38 | 13.47 | - |
| YUV | 112.63 | 119.75 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 98 | 0 | 0.63 | 0.5 | 0.23 | 347.8 | 0.51 | 0.53 |
| Hex | C4 | 49 | 62 | 0 | 3F | 32 | 17 | 15C | 33 | 35 |
| Octal | 304 | 111 | 142 | 0 | 77 | 62 | 27 | 534 | 63 | 65 |
| Binary | 11000100 | 1001001 | 1100010 | 0 | 111111 | 110010 | 10111 | 101011100 | 110011 | 110101 |
Color Harmonies of #C44962
Complementary color
Monochromatic Colors of #C44962
Black with #C44962
Text Example
Text Example
White with #C44962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44962; }
p { color: rgb(196,73,98); }
H1.HeaderClassName
{
color: #C44962;
}
.AnyTagClassName
{
color: #C44962;
}
</style>
background-color css
<style>
a { background-color: #C44962; }
a { background-color: rgb(196,73,98); }
div.DivClassName
{
background-color: #C44962;
}
.BgClassName
{
background-color: #C44962;
}
</style>
border-color css
<style>
span { border-color: #C44962; }
span { border-color: rgb(196,73,98); }
td.TdClassName
{
border-color: #C44962;
}
.TagClassName
{
border-color: #C44962;
}
</style>