Shades of Cabaret #C44D6C
Tints of Cabaret #C44D6C
RGB
CMYK
RGB Variations
Color information
#C44D6C (or 0xC44D6C) is known color: Cabaret. HEX triplet: C4, 4D and 6C. RGB value is (196,77,108). Sum of RGB (Red+Green+Blue) = 196+77+108=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44D6C is #3BB293. Grayscale: #747474. Windows color (decimal): -3912340 or 7097796. OLE color: 7097796.
HSL color Cylindrical-coordinate representation of color #C44D6C: hue angle of 344.37º 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 #C44D6C is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 77 | 108 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.23 |
| HSL | 344.37º | 0.5% | 0.54% | - |
| HSV(B) | 344.37º | 0.61% | 0.77% | - |
| XYZ | 28.13 | 18.13 | 16.2 | - |
| YUV | 116.12 | 123.42 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 108 | 0 | 0.61 | 0.45 | 0.23 | 344.37 | 0.5 | 0.54 |
| Hex | C4 | 4D | 6C | 0 | 3D | 2D | 17 | 158 | 32 | 36 |
| Octal | 304 | 115 | 154 | 0 | 75 | 55 | 27 | 530 | 62 | 66 |
| Binary | 11000100 | 1001101 | 1101100 | 0 | 111101 | 101101 | 10111 | 101011000 | 110010 | 110110 |
Color Harmonies of #C44D6C
Complementary color
Monochromatic Colors of #C44D6C
Black with #C44D6C
Text Example
Text Example
White with #C44D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44D6C; }
p { color: rgb(196,77,108); }
H1.HeaderClassName
{
color: #C44D6C;
}
.AnyTagClassName
{
color: #C44D6C;
}
</style>
background-color css
<style>
a { background-color: #C44D6C; }
a { background-color: rgb(196,77,108); }
div.DivClassName
{
background-color: #C44D6C;
}
.BgClassName
{
background-color: #C44D6C;
}
</style>
border-color css
<style>
span { border-color: #C44D6C; }
span { border-color: rgb(196,77,108); }
td.TdClassName
{
border-color: #C44D6C;
}
.TagClassName
{
border-color: #C44D6C;
}
</style>