Shades of Cabaret #C44762
Tints of Cabaret #C44762
RGB
CMYK
RGB Variations
Color information
#C44762 (or 0xC44762) is known color: Cabaret. HEX triplet: C4, 47 and 62. RGB value is (196,71,98). Sum of RGB (Red+Green+Blue) = 196+71+98=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C44762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44762 is #3BB89D. Grayscale: #6F6F6F. Windows color (decimal): -3913886 or 6440900. OLE color: 6440900.
HSL color Cylindrical-coordinate representation of color #C44762: hue angle of 347.04º degrees, saturation: 0.51, 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 #C44762 is Cyan = 0, Magento = 0.64, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 71 | 98 | - |
| CMYK | 0 | 0.64 | 0.5 | 0.23 |
| HSL | 347.04º | 0.51% | 0.52% | - |
| HSV(B) | 347.04º | 0.64% | 0.77% | - |
| XYZ | 27.22 | 17.12 | 13.43 | - |
| YUV | 111.45 | 120.41 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 98 | 0 | 0.64 | 0.5 | 0.23 | 347.04 | 0.51 | 0.52 |
| Hex | C4 | 47 | 62 | 0 | 40 | 32 | 17 | 15B | 33 | 34 |
| Octal | 304 | 107 | 142 | 0 | 100 | 62 | 27 | 533 | 63 | 64 |
| Binary | 11000100 | 1000111 | 1100010 | 0 | 1000000 | 110010 | 10111 | 101011011 | 110011 | 110100 |
Color Harmonies of #C44762
Complementary color
Monochromatic Colors of #C44762
Black with #C44762
Text Example
Text Example
White with #C44762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44762; }
p { color: rgb(196,71,98); }
H1.HeaderClassName
{
color: #C44762;
}
.AnyTagClassName
{
color: #C44762;
}
</style>
background-color css
<style>
a { background-color: #C44762; }
a { background-color: rgb(196,71,98); }
div.DivClassName
{
background-color: #C44762;
}
.BgClassName
{
background-color: #C44762;
}
</style>
border-color css
<style>
span { border-color: #C44762; }
span { border-color: rgb(196,71,98); }
td.TdClassName
{
border-color: #C44762;
}
.TagClassName
{
border-color: #C44762;
}
</style>