Shades of Cabaret #C44A61
Tints of Cabaret #C44A61
RGB
CMYK
RGB Variations
Color information
#C44A61 (or 0xC44A61) is known color: Cabaret. HEX triplet: C4, 4A and 61. RGB value is (196,74,97). Sum of RGB (Red+Green+Blue) = 196+74+97=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44A61 is #3BB59E. Grayscale: #717171. Windows color (decimal): -3913119 or 6376132. OLE color: 6376132.
HSL color Cylindrical-coordinate representation of color #C44A61: hue angle of 348.69º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C44A61 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 74 | 97 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.23 |
| HSL | 348.69º | 0.51% | 0.53% | - |
| HSV(B) | 348.69º | 0.62% | 0.77% | - |
| XYZ | 27.37 | 17.5 | 13.24 | - |
| YUV | 113.1 | 118.92 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 97 | 0 | 0.62 | 0.51 | 0.23 | 348.69 | 0.51 | 0.53 |
| Hex | C4 | 4A | 61 | 0 | 3E | 33 | 17 | 15D | 33 | 35 |
| Octal | 304 | 112 | 141 | 0 | 76 | 63 | 27 | 535 | 63 | 65 |
| Binary | 11000100 | 1001010 | 1100001 | 0 | 111110 | 110011 | 10111 | 101011101 | 110011 | 110101 |
Color Harmonies of #C44A61
Complementary color
Monochromatic Colors of #C44A61
Black with #C44A61
Text Example
Text Example
White with #C44A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44A61; }
p { color: rgb(196,74,97); }
H1.HeaderClassName
{
color: #C44A61;
}
.AnyTagClassName
{
color: #C44A61;
}
</style>
background-color css
<style>
a { background-color: #C44A61; }
a { background-color: rgb(196,74,97); }
div.DivClassName
{
background-color: #C44A61;
}
.BgClassName
{
background-color: #C44A61;
}
</style>
border-color css
<style>
span { border-color: #C44A61; }
span { border-color: rgb(196,74,97); }
td.TdClassName
{
border-color: #C44A61;
}
.TagClassName
{
border-color: #C44A61;
}
</style>