Shades of Cabaret #C44E6B
Tints of Cabaret #C44E6B
RGB
CMYK
RGB Variations
Color information
#C44E6B (or 0xC44E6B) is known color: Cabaret. HEX triplet: C4, 4E and 6B. RGB value is (196,78,107). Sum of RGB (Red+Green+Blue) = 196+78+107=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44E6B is #3BB194. Grayscale: #747474. Windows color (decimal): -3912085 or 7032516. OLE color: 7032516.
HSL color Cylindrical-coordinate representation of color #C44E6B: hue angle of 345.25º 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 #C44E6B is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 78 | 107 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.23 |
| HSL | 345.25º | 0.5% | 0.54% | - |
| HSV(B) | 345.25º | 0.6% | 0.77% | - |
| XYZ | 28.14 | 18.25 | 15.95 | - |
| YUV | 116.59 | 122.59 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 107 | 0 | 0.60 | 0.45 | 0.23 | 345.25 | 0.5 | 0.54 |
| Hex | C4 | 4E | 6B | 0 | 3C | 2D | 17 | 159 | 32 | 36 |
| Octal | 304 | 116 | 153 | 0 | 74 | 55 | 27 | 531 | 62 | 66 |
| Binary | 11000100 | 1001110 | 1101011 | 0 | 111100 | 101101 | 10111 | 101011001 | 110010 | 110110 |
Color Harmonies of #C44E6B
Complementary color
Monochromatic Colors of #C44E6B
Black with #C44E6B
Text Example
Text Example
White with #C44E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44E6B; }
p { color: rgb(196,78,107); }
H1.HeaderClassName
{
color: #C44E6B;
}
.AnyTagClassName
{
color: #C44E6B;
}
</style>
background-color css
<style>
a { background-color: #C44E6B; }
a { background-color: rgb(196,78,107); }
div.DivClassName
{
background-color: #C44E6B;
}
.BgClassName
{
background-color: #C44E6B;
}
</style>
border-color css
<style>
span { border-color: #C44E6B; }
span { border-color: rgb(196,78,107); }
td.TdClassName
{
border-color: #C44E6B;
}
.TagClassName
{
border-color: #C44E6B;
}
</style>