Shades of Cabaret #C44D69
Tints of Cabaret #C44D69
RGB
CMYK
RGB Variations
Color information
#C44D69 (or 0xC44D69) is known color: Cabaret. HEX triplet: C4, 4D and 69. RGB value is (196,77,105). Sum of RGB (Red+Green+Blue) = 196+77+105=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44D69 is #3BB296. Grayscale: #737373. Windows color (decimal): -3912343 or 6901188. OLE color: 6901188.
HSL color Cylindrical-coordinate representation of color #C44D69: hue angle of 345.88º 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 #C44D69 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 77 | 105 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.23 |
| HSL | 345.88º | 0.5% | 0.54% | - |
| HSV(B) | 345.88º | 0.61% | 0.77% | - |
| XYZ | 27.97 | 18.06 | 15.38 | - |
| YUV | 115.77 | 121.92 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 105 | 0 | 0.61 | 0.46 | 0.23 | 345.88 | 0.5 | 0.54 |
| Hex | C4 | 4D | 69 | 0 | 3D | 2E | 17 | 15A | 32 | 36 |
| Octal | 304 | 115 | 151 | 0 | 75 | 56 | 27 | 532 | 62 | 66 |
| Binary | 11000100 | 1001101 | 1101001 | 0 | 111101 | 101110 | 10111 | 101011010 | 110010 | 110110 |
Color Harmonies of #C44D69
Complementary color
Monochromatic Colors of #C44D69
Black with #C44D69
Text Example
Text Example
White with #C44D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44D69; }
p { color: rgb(196,77,105); }
H1.HeaderClassName
{
color: #C44D69;
}
.AnyTagClassName
{
color: #C44D69;
}
</style>
background-color css
<style>
a { background-color: #C44D69; }
a { background-color: rgb(196,77,105); }
div.DivClassName
{
background-color: #C44D69;
}
.BgClassName
{
background-color: #C44D69;
}
</style>
border-color css
<style>
span { border-color: #C44D69; }
span { border-color: rgb(196,77,105); }
td.TdClassName
{
border-color: #C44D69;
}
.TagClassName
{
border-color: #C44D69;
}
</style>