Shades of Cabaret #C44F73
Tints of Cabaret #C44F73
RGB
CMYK
RGB Variations
Color information
#C44F73 (or 0xC44F73) is known color: Cabaret. HEX triplet: C4, 4F and 73. RGB value is (196,79,115). Sum of RGB (Red+Green+Blue) = 196+79+115=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 79 (31.25% from 255 or 20.26% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44F73 is #3BB08C. Grayscale: #767676. Windows color (decimal): -3911821 or 7557060. OLE color: 7557060.
HSL color Cylindrical-coordinate representation of color #C44F73: hue angle of 341.54º 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 #C44F73 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 79 | 115 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.23 |
| HSL | 341.54º | 0.5% | 0.54% | - |
| HSV(B) | 341.54º | 0.6% | 0.77% | - |
| XYZ | 28.66 | 18.57 | 18.29 | - |
| YUV | 118.09 | 126.26 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 79 | 115 | 0 | 0.60 | 0.41 | 0.23 | 341.54 | 0.5 | 0.54 |
| Hex | C4 | 4F | 73 | 0 | 3C | 29 | 17 | 156 | 32 | 36 |
| Octal | 304 | 117 | 163 | 0 | 74 | 51 | 27 | 526 | 62 | 66 |
| Binary | 11000100 | 1001111 | 1110011 | 0 | 111100 | 101001 | 10111 | 101010110 | 110010 | 110110 |
Color Harmonies of #C44F73
Complementary color
Monochromatic Colors of #C44F73
Black with #C44F73
Text Example
Text Example
White with #C44F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44F73; }
p { color: rgb(196,79,115); }
H1.HeaderClassName
{
color: #C44F73;
}
.AnyTagClassName
{
color: #C44F73;
}
</style>
background-color css
<style>
a { background-color: #C44F73; }
a { background-color: rgb(196,79,115); }
div.DivClassName
{
background-color: #C44F73;
}
.BgClassName
{
background-color: #C44F73;
}
</style>
border-color css
<style>
span { border-color: #C44F73; }
span { border-color: rgb(196,79,115); }
td.TdClassName
{
border-color: #C44F73;
}
.TagClassName
{
border-color: #C44F73;
}
</style>