Shades of Cabaret #C4656E
Tints of Cabaret #C4656E
RGB
CMYK
RGB Variations
Color information
#C4656E (or 0xC4656E) is known color: Cabaret. HEX triplet: C4, 65 and 6E. RGB value is (196,101,110). Sum of RGB (Red+Green+Blue) = 196+101+110=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C4656E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4656E is #3B9A91. Grayscale: #828282. Windows color (decimal): -3906194 or 7235012. OLE color: 7235012.
HSL color Cylindrical-coordinate representation of color #C4656E: hue angle of 354.32º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C4656E is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 101 | 110 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.23 |
| HSL | 354.32º | 0.45% | 0.58% | - |
| HSV(B) | 354.32º | 0.48% | 0.77% | - |
| XYZ | 30.23 | 22.17 | 17.44 | - |
| YUV | 130.43 | 116.47 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 101 | 110 | 0 | 0.48 | 0.44 | 0.23 | 354.32 | 0.45 | 0.58 |
| Hex | C4 | 65 | 6E | 0 | 30 | 2C | 17 | 162 | 2D | 3A |
| Octal | 304 | 145 | 156 | 0 | 60 | 54 | 27 | 542 | 55 | 72 |
| Binary | 11000100 | 1100101 | 1101110 | 0 | 110000 | 101100 | 10111 | 101100010 | 101101 | 111010 |
Color Harmonies of #C4656E
Complementary color
Monochromatic Colors of #C4656E
Black with #C4656E
Text Example
Text Example
White with #C4656E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4656E; }
p { color: rgb(196,101,110); }
H1.HeaderClassName
{
color: #C4656E;
}
.AnyTagClassName
{
color: #C4656E;
}
</style>
background-color css
<style>
a { background-color: #C4656E; }
a { background-color: rgb(196,101,110); }
div.DivClassName
{
background-color: #C4656E;
}
.BgClassName
{
background-color: #C4656E;
}
</style>
border-color css
<style>
span { border-color: #C4656E; }
span { border-color: rgb(196,101,110); }
td.TdClassName
{
border-color: #C4656E;
}
.TagClassName
{
border-color: #C4656E;
}
</style>