Shades of Cabaret #C44A66
Tints of Cabaret #C44A66
RGB
CMYK
RGB Variations
Color information
#C44A66 (or 0xC44A66) is known color: Cabaret. HEX triplet: C4, 4A and 66. RGB value is (196,74,102). Sum of RGB (Red+Green+Blue) = 196+74+102=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44A66 is #3BB599. Grayscale: #717171. Windows color (decimal): -3913114 or 6703812. OLE color: 6703812.
HSL color Cylindrical-coordinate representation of color #C44A66: hue angle of 346.23º 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 #C44A66 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 74 | 102 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.23 |
| HSL | 346.23º | 0.51% | 0.53% | - |
| HSV(B) | 346.23º | 0.62% | 0.77% | - |
| XYZ | 27.61 | 17.59 | 14.51 | - |
| YUV | 113.67 | 121.42 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 102 | 0 | 0.62 | 0.48 | 0.23 | 346.23 | 0.51 | 0.53 |
| Hex | C4 | 4A | 66 | 0 | 3E | 30 | 17 | 15A | 33 | 35 |
| Octal | 304 | 112 | 146 | 0 | 76 | 60 | 27 | 532 | 63 | 65 |
| Binary | 11000100 | 1001010 | 1100110 | 0 | 111110 | 110000 | 10111 | 101011010 | 110011 | 110101 |
Color Harmonies of #C44A66
Complementary color
Monochromatic Colors of #C44A66
Black with #C44A66
Text Example
Text Example
White with #C44A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44A66; }
p { color: rgb(196,74,102); }
H1.HeaderClassName
{
color: #C44A66;
}
.AnyTagClassName
{
color: #C44A66;
}
</style>
background-color css
<style>
a { background-color: #C44A66; }
a { background-color: rgb(196,74,102); }
div.DivClassName
{
background-color: #C44A66;
}
.BgClassName
{
background-color: #C44A66;
}
</style>
border-color css
<style>
span { border-color: #C44A66; }
span { border-color: rgb(196,74,102); }
td.TdClassName
{
border-color: #C44A66;
}
.TagClassName
{
border-color: #C44A66;
}
</style>