Shades of Cabaret #C55E7D
Tints of Cabaret #C55E7D
RGB
CMYK
RGB Variations
Color information
#C55E7D (or 0xC55E7D) is known color: Cabaret. HEX triplet: C5, 5E and 7D. RGB value is (197,94,125). Sum of RGB (Red+Green+Blue) = 197+94+125=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55E7D is #3AA182. Grayscale: #808080. Windows color (decimal): -3842435 or 8216261. OLE color: 8216261.
HSL color Cylindrical-coordinate representation of color #C55E7D: hue angle of 341.94º 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 #C55E7D is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 94 | 125 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.23 |
| HSL | 341.94º | 0.47% | 0.57% | - |
| HSV(B) | 341.94º | 0.52% | 0.77% | - |
| XYZ | 30.73 | 21.36 | 21.9 | - |
| YUV | 128.33 | 126.12 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 125 | 0 | 0.52 | 0.37 | 0.23 | 341.94 | 0.47 | 0.57 |
| Hex | C5 | 5E | 7D | 0 | 34 | 25 | 17 | 156 | 2F | 39 |
| Octal | 305 | 136 | 175 | 0 | 64 | 45 | 27 | 526 | 57 | 71 |
| Binary | 11000101 | 1011110 | 1111101 | 0 | 110100 | 100101 | 10111 | 101010110 | 101111 | 111001 |
Color Harmonies of #C55E7D
Complementary color
Monochromatic Colors of #C55E7D
Black with #C55E7D
Text Example
Text Example
White with #C55E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55E7D; }
p { color: rgb(197,94,125); }
H1.HeaderClassName
{
color: #C55E7D;
}
.AnyTagClassName
{
color: #C55E7D;
}
</style>
background-color css
<style>
a { background-color: #C55E7D; }
a { background-color: rgb(197,94,125); }
div.DivClassName
{
background-color: #C55E7D;
}
.BgClassName
{
background-color: #C55E7D;
}
</style>
border-color css
<style>
span { border-color: #C55E7D; }
span { border-color: rgb(197,94,125); }
td.TdClassName
{
border-color: #C55E7D;
}
.TagClassName
{
border-color: #C55E7D;
}
</style>