Shades of Cabaret #C44E6D
Tints of Cabaret #C44E6D
RGB
CMYK
RGB Variations
Color information
#C44E6D (or 0xC44E6D) is known color: Cabaret. HEX triplet: C4, 4E and 6D. RGB value is (196,78,109). Sum of RGB (Red+Green+Blue) = 196+78+109=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44E6D is #3BB192. Grayscale: #747474. Windows color (decimal): -3912083 or 7163588. OLE color: 7163588.
HSL color Cylindrical-coordinate representation of color #C44E6D: hue angle of 344.24º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C44E6D is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 78 | 109 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.23 |
| HSL | 344.24º | 0.5% | 0.54% | - |
| HSV(B) | 344.24º | 0.6% | 0.77% | - |
| XYZ | 28.25 | 18.29 | 16.51 | - |
| YUV | 116.82 | 123.59 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 109 | 0 | 0.60 | 0.44 | 0.23 | 344.24 | 0.5 | 0.54 |
| Hex | C4 | 4E | 6D | 0 | 3C | 2C | 17 | 158 | 32 | 36 |
| Octal | 304 | 116 | 155 | 0 | 74 | 54 | 27 | 530 | 62 | 66 |
| Binary | 11000100 | 1001110 | 1101101 | 0 | 111100 | 101100 | 10111 | 101011000 | 110010 | 110110 |
Color Harmonies of #C44E6D
Complementary color
Monochromatic Colors of #C44E6D
Black with #C44E6D
Text Example
Text Example
White with #C44E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44E6D; }
p { color: rgb(196,78,109); }
H1.HeaderClassName
{
color: #C44E6D;
}
.AnyTagClassName
{
color: #C44E6D;
}
</style>
background-color css
<style>
a { background-color: #C44E6D; }
a { background-color: rgb(196,78,109); }
div.DivClassName
{
background-color: #C44E6D;
}
.BgClassName
{
background-color: #C44E6D;
}
</style>
border-color css
<style>
span { border-color: #C44E6D; }
span { border-color: rgb(196,78,109); }
td.TdClassName
{
border-color: #C44E6D;
}
.TagClassName
{
border-color: #C44E6D;
}
</style>