Shades of Cabaret #C4606E
Tints of Cabaret #C4606E
RGB
CMYK
RGB Variations
Color information
#C4606E (or 0xC4606E) is known color: Cabaret. HEX triplet: C4, 60 and 6E. RGB value is (196,96,110). Sum of RGB (Red+Green+Blue) = 196+96+110=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C4606E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4606E is #3B9F91. Grayscale: #7F7F7F. Windows color (decimal): -3907474 or 7233732. OLE color: 7233732.
HSL color Cylindrical-coordinate representation of color #C4606E: hue angle of 351.6º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C4606E is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 96 | 110 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.23 |
| HSL | 351.6º | 0.46% | 0.57% | - |
| HSV(B) | 351.6º | 0.51% | 0.77% | - |
| XYZ | 29.76 | 21.23 | 17.28 | - |
| YUV | 127.5 | 118.13 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 96 | 110 | 0 | 0.51 | 0.44 | 0.23 | 351.6 | 0.46 | 0.57 |
| Hex | C4 | 60 | 6E | 0 | 33 | 2C | 17 | 160 | 2E | 39 |
| Octal | 304 | 140 | 156 | 0 | 63 | 54 | 27 | 540 | 56 | 71 |
| Binary | 11000100 | 1100000 | 1101110 | 0 | 110011 | 101100 | 10111 | 101100000 | 101110 | 111001 |
Color Harmonies of #C4606E
Complementary color
Monochromatic Colors of #C4606E
Black with #C4606E
Text Example
Text Example
White with #C4606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4606E; }
p { color: rgb(196,96,110); }
H1.HeaderClassName
{
color: #C4606E;
}
.AnyTagClassName
{
color: #C4606E;
}
</style>
background-color css
<style>
a { background-color: #C4606E; }
a { background-color: rgb(196,96,110); }
div.DivClassName
{
background-color: #C4606E;
}
.BgClassName
{
background-color: #C4606E;
}
</style>
border-color css
<style>
span { border-color: #C4606E; }
span { border-color: rgb(196,96,110); }
td.TdClassName
{
border-color: #C4606E;
}
.TagClassName
{
border-color: #C4606E;
}
</style>