Shades of Cabaret #C44662
Tints of Cabaret #C44662
RGB
CMYK
RGB Variations
Color information
#C44662 (or 0xC44662) is known color: Cabaret. HEX triplet: C4, 46 and 62. RGB value is (196,70,98). Sum of RGB (Red+Green+Blue) = 196+70+98=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C44662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44662 is #3BB99D. Grayscale: #6E6E6E. Windows color (decimal): -3914142 or 6440644. OLE color: 6440644.
HSL color Cylindrical-coordinate representation of color #C44662: hue angle of 346.67º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C44662 is Cyan = 0, Magento = 0.64, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 70 | 98 | - |
| CMYK | 0 | 0.64 | 0.5 | 0.23 |
| HSL | 346.67º | 0.52% | 0.52% | - |
| HSV(B) | 346.67º | 0.64% | 0.77% | - |
| XYZ | 27.16 | 17 | 13.4 | - |
| YUV | 110.87 | 120.74 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 98 | 0 | 0.64 | 0.5 | 0.23 | 346.67 | 0.52 | 0.52 |
| Hex | C4 | 46 | 62 | 0 | 40 | 32 | 17 | 15B | 34 | 34 |
| Octal | 304 | 106 | 142 | 0 | 100 | 62 | 27 | 533 | 64 | 64 |
| Binary | 11000100 | 1000110 | 1100010 | 0 | 1000000 | 110010 | 10111 | 101011011 | 110100 | 110100 |
Color Harmonies of #C44662
Complementary color
Monochromatic Colors of #C44662
Black with #C44662
Text Example
Text Example
White with #C44662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44662; }
p { color: rgb(196,70,98); }
H1.HeaderClassName
{
color: #C44662;
}
.AnyTagClassName
{
color: #C44662;
}
</style>
background-color css
<style>
a { background-color: #C44662; }
a { background-color: rgb(196,70,98); }
div.DivClassName
{
background-color: #C44662;
}
.BgClassName
{
background-color: #C44662;
}
</style>
border-color css
<style>
span { border-color: #C44662; }
span { border-color: rgb(196,70,98); }
td.TdClassName
{
border-color: #C44662;
}
.TagClassName
{
border-color: #C44662;
}
</style>