Shades of Cabaret #C55E6E
Tints of Cabaret #C55E6E
RGB
CMYK
RGB Variations
Color information
#C55E6E (or 0xC55E6E) is known color: Cabaret. HEX triplet: C5, 5E and 6E. RGB value is (197,94,110). Sum of RGB (Red+Green+Blue) = 197+94+110=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55E6E is #3AA191. Grayscale: #7E7E7E. Windows color (decimal): -3842450 or 7233221. OLE color: 7233221.
HSL color Cylindrical-coordinate representation of color #C55E6E: hue angle of 350.68º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C55E6E is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 94 | 110 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.23 |
| HSL | 350.68º | 0.47% | 0.57% | - |
| HSV(B) | 350.68º | 0.52% | 0.77% | - |
| XYZ | 29.84 | 21 | 17.23 | - |
| YUV | 126.62 | 118.62 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 110 | 0 | 0.52 | 0.44 | 0.23 | 350.68 | 0.47 | 0.57 |
| Hex | C5 | 5E | 6E | 0 | 34 | 2C | 17 | 15F | 2F | 39 |
| Octal | 305 | 136 | 156 | 0 | 64 | 54 | 27 | 537 | 57 | 71 |
| Binary | 11000101 | 1011110 | 1101110 | 0 | 110100 | 101100 | 10111 | 101011111 | 101111 | 111001 |
Color Harmonies of #C55E6E
Complementary color
Monochromatic Colors of #C55E6E
Black with #C55E6E
Text Example
Text Example
White with #C55E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55E6E; }
p { color: rgb(197,94,110); }
H1.HeaderClassName
{
color: #C55E6E;
}
.AnyTagClassName
{
color: #C55E6E;
}
</style>
background-color css
<style>
a { background-color: #C55E6E; }
a { background-color: rgb(197,94,110); }
div.DivClassName
{
background-color: #C55E6E;
}
.BgClassName
{
background-color: #C55E6E;
}
</style>
border-color css
<style>
span { border-color: #C55E6E; }
span { border-color: rgb(197,94,110); }
td.TdClassName
{
border-color: #C55E6E;
}
.TagClassName
{
border-color: #C55E6E;
}
</style>