Shades of Cabaret #C55C6E
Tints of Cabaret #C55C6E
RGB
CMYK
RGB Variations
Color information
#C55C6E (or 0xC55C6E) is known color: Cabaret. HEX triplet: C5, 5C and 6E. RGB value is (197,92,110). Sum of RGB (Red+Green+Blue) = 197+92+110=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55C6E is #3AA391. Grayscale: #7D7D7D. Windows color (decimal): -3842962 or 7232709. OLE color: 7232709.
HSL color Cylindrical-coordinate representation of color #C55C6E: hue angle of 349.71º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55C6E is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 92 | 110 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.23 |
| HSL | 349.71º | 0.48% | 0.57% | - |
| HSV(B) | 349.71º | 0.53% | 0.77% | - |
| XYZ | 29.67 | 20.65 | 17.17 | - |
| YUV | 125.45 | 119.29 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 110 | 0 | 0.53 | 0.44 | 0.23 | 349.71 | 0.48 | 0.57 |
| Hex | C5 | 5C | 6E | 0 | 35 | 2C | 17 | 15E | 30 | 39 |
| Octal | 305 | 134 | 156 | 0 | 65 | 54 | 27 | 536 | 60 | 71 |
| Binary | 11000101 | 1011100 | 1101110 | 0 | 110101 | 101100 | 10111 | 101011110 | 110000 | 111001 |
Color Harmonies of #C55C6E
Complementary color
Monochromatic Colors of #C55C6E
Black with #C55C6E
Text Example
Text Example
White with #C55C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55C6E; }
p { color: rgb(197,92,110); }
H1.HeaderClassName
{
color: #C55C6E;
}
.AnyTagClassName
{
color: #C55C6E;
}
</style>
background-color css
<style>
a { background-color: #C55C6E; }
a { background-color: rgb(197,92,110); }
div.DivClassName
{
background-color: #C55C6E;
}
.BgClassName
{
background-color: #C55C6E;
}
</style>
border-color css
<style>
span { border-color: #C55C6E; }
span { border-color: rgb(197,92,110); }
td.TdClassName
{
border-color: #C55C6E;
}
.TagClassName
{
border-color: #C55C6E;
}
</style>