Shades of Cabaret #C44F74
Tints of Cabaret #C44F74
RGB
CMYK
RGB Variations
Color information
#C44F74 (or 0xC44F74) is known color: Cabaret. HEX triplet: C4, 4F and 74. RGB value is (196,79,116). Sum of RGB (Red+Green+Blue) = 196+79+116=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44F74 is #3BB08B. Grayscale: #767676. Windows color (decimal): -3911820 or 7622596. OLE color: 7622596.
HSL color Cylindrical-coordinate representation of color #C44F74: hue angle of 341.03º 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 #C44F74 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 79 | 116 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.23 |
| HSL | 341.03º | 0.5% | 0.54% | - |
| HSV(B) | 341.03º | 0.6% | 0.77% | - |
| XYZ | 28.71 | 18.59 | 18.6 | - |
| YUV | 118.2 | 126.76 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 79 | 116 | 0 | 0.60 | 0.41 | 0.23 | 341.03 | 0.5 | 0.54 |
| Hex | C4 | 4F | 74 | 0 | 3C | 29 | 17 | 155 | 32 | 36 |
| Octal | 304 | 117 | 164 | 0 | 74 | 51 | 27 | 525 | 62 | 66 |
| Binary | 11000100 | 1001111 | 1110100 | 0 | 111100 | 101001 | 10111 | 101010101 | 110010 | 110110 |
Color Harmonies of #C44F74
Complementary color
Monochromatic Colors of #C44F74
Black with #C44F74
Text Example
Text Example
White with #C44F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44F74; }
p { color: rgb(196,79,116); }
H1.HeaderClassName
{
color: #C44F74;
}
.AnyTagClassName
{
color: #C44F74;
}
</style>
background-color css
<style>
a { background-color: #C44F74; }
a { background-color: rgb(196,79,116); }
div.DivClassName
{
background-color: #C44F74;
}
.BgClassName
{
background-color: #C44F74;
}
</style>
border-color css
<style>
span { border-color: #C44F74; }
span { border-color: rgb(196,79,116); }
td.TdClassName
{
border-color: #C44F74;
}
.TagClassName
{
border-color: #C44F74;
}
</style>