Shades of Cabaret #C44D73
Tints of Cabaret #C44D73
RGB
CMYK
RGB Variations
Color information
#C44D73 (or 0xC44D73) is known color: Cabaret. HEX triplet: C4, 4D and 73. RGB value is (196,77,115). Sum of RGB (Red+Green+Blue) = 196+77+115=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44D73 is #3BB28C. Grayscale: #747474. Windows color (decimal): -3912333 or 7556548. OLE color: 7556548.
HSL color Cylindrical-coordinate representation of color #C44D73: hue angle of 340.84º 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 #C44D73 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 77 | 115 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.23 |
| HSL | 340.84º | 0.5% | 0.54% | - |
| HSV(B) | 340.84º | 0.61% | 0.77% | - |
| XYZ | 28.51 | 18.28 | 18.25 | - |
| YUV | 116.91 | 126.92 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 115 | 0 | 0.61 | 0.41 | 0.23 | 340.84 | 0.5 | 0.54 |
| Hex | C4 | 4D | 73 | 0 | 3D | 29 | 17 | 155 | 32 | 36 |
| Octal | 304 | 115 | 163 | 0 | 75 | 51 | 27 | 525 | 62 | 66 |
| Binary | 11000100 | 1001101 | 1110011 | 0 | 111101 | 101001 | 10111 | 101010101 | 110010 | 110110 |
Color Harmonies of #C44D73
Complementary color
Monochromatic Colors of #C44D73
Black with #C44D73
Text Example
Text Example
White with #C44D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44D73; }
p { color: rgb(196,77,115); }
H1.HeaderClassName
{
color: #C44D73;
}
.AnyTagClassName
{
color: #C44D73;
}
</style>
background-color css
<style>
a { background-color: #C44D73; }
a { background-color: rgb(196,77,115); }
div.DivClassName
{
background-color: #C44D73;
}
.BgClassName
{
background-color: #C44D73;
}
</style>
border-color css
<style>
span { border-color: #C44D73; }
span { border-color: rgb(196,77,115); }
td.TdClassName
{
border-color: #C44D73;
}
.TagClassName
{
border-color: #C44D73;
}
</style>