Shades of Cabaret #C44D6E
Tints of Cabaret #C44D6E
RGB
CMYK
RGB Variations
Color information
#C44D6E (or 0xC44D6E) is known color: Cabaret. HEX triplet: C4, 4D and 6E. RGB value is (196,77,110). Sum of RGB (Red+Green+Blue) = 196+77+110=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44D6E is #3BB291. Grayscale: #747474. Windows color (decimal): -3912338 or 7228868. OLE color: 7228868.
HSL color Cylindrical-coordinate representation of color #C44D6E: hue angle of 343.36º 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 #C44D6E is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 77 | 110 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.23 |
| HSL | 343.36º | 0.5% | 0.54% | - |
| HSV(B) | 343.36º | 0.61% | 0.77% | - |
| XYZ | 28.23 | 18.17 | 16.77 | - |
| YUV | 116.34 | 124.42 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 110 | 0 | 0.61 | 0.44 | 0.23 | 343.36 | 0.5 | 0.54 |
| Hex | C4 | 4D | 6E | 0 | 3D | 2C | 17 | 157 | 32 | 36 |
| Octal | 304 | 115 | 156 | 0 | 75 | 54 | 27 | 527 | 62 | 66 |
| Binary | 11000100 | 1001101 | 1101110 | 0 | 111101 | 101100 | 10111 | 101010111 | 110010 | 110110 |
Color Harmonies of #C44D6E
Complementary color
Monochromatic Colors of #C44D6E
Black with #C44D6E
Text Example
Text Example
White with #C44D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44D6E; }
p { color: rgb(196,77,110); }
H1.HeaderClassName
{
color: #C44D6E;
}
.AnyTagClassName
{
color: #C44D6E;
}
</style>
background-color css
<style>
a { background-color: #C44D6E; }
a { background-color: rgb(196,77,110); }
div.DivClassName
{
background-color: #C44D6E;
}
.BgClassName
{
background-color: #C44D6E;
}
</style>
border-color css
<style>
span { border-color: #C44D6E; }
span { border-color: rgb(196,77,110); }
td.TdClassName
{
border-color: #C44D6E;
}
.TagClassName
{
border-color: #C44D6E;
}
</style>