Shades of Cabaret #C44D62
Tints of Cabaret #C44D62
RGB
CMYK
RGB Variations
Color information
#C44D62 (or 0xC44D62) is known color: Cabaret. HEX triplet: C4, 4D and 62. RGB value is (196,77,98). Sum of RGB (Red+Green+Blue) = 196+77+98=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44D62 is #3BB29D. Grayscale: #737373. Windows color (decimal): -3912350 or 6442436. OLE color: 6442436.
HSL color Cylindrical-coordinate representation of color #C44D62: hue angle of 349.41º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44D62 is Cyan = 0, Magento = 0.61, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 77 | 98 | - |
| CMYK | 0 | 0.61 | 0.5 | 0.23 |
| HSL | 349.41º | 0.5% | 0.54% | - |
| HSV(B) | 349.41º | 0.61% | 0.77% | - |
| XYZ | 27.62 | 17.93 | 13.56 | - |
| YUV | 114.98 | 118.42 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 98 | 0 | 0.61 | 0.5 | 0.23 | 349.41 | 0.5 | 0.54 |
| Hex | C4 | 4D | 62 | 0 | 3D | 32 | 17 | 15D | 32 | 36 |
| Octal | 304 | 115 | 142 | 0 | 75 | 62 | 27 | 535 | 62 | 66 |
| Binary | 11000100 | 1001101 | 1100010 | 0 | 111101 | 110010 | 10111 | 101011101 | 110010 | 110110 |
Color Harmonies of #C44D62
Complementary color
Monochromatic Colors of #C44D62
Black with #C44D62
Text Example
Text Example
White with #C44D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44D62; }
p { color: rgb(196,77,98); }
H1.HeaderClassName
{
color: #C44D62;
}
.AnyTagClassName
{
color: #C44D62;
}
</style>
background-color css
<style>
a { background-color: #C44D62; }
a { background-color: rgb(196,77,98); }
div.DivClassName
{
background-color: #C44D62;
}
.BgClassName
{
background-color: #C44D62;
}
</style>
border-color css
<style>
span { border-color: #C44D62; }
span { border-color: rgb(196,77,98); }
td.TdClassName
{
border-color: #C44D62;
}
.TagClassName
{
border-color: #C44D62;
}
</style>