Shades of Cabaret #C55B7D
Tints of Cabaret #C55B7D
RGB
CMYK
RGB Variations
Color information
#C55B7D (or 0xC55B7D) is known color: Cabaret. HEX triplet: C5, 5B and 7D. RGB value is (197,91,125). Sum of RGB (Red+Green+Blue) = 197+91+125=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55B7D is #3AA482. Grayscale: #7E7E7E. Windows color (decimal): -3843203 or 8215493. OLE color: 8215493.
HSL color Cylindrical-coordinate representation of color #C55B7D: hue angle of 340.75º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55B7D is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 91 | 125 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.23 |
| HSL | 340.75º | 0.48% | 0.56% | - |
| HSV(B) | 340.75º | 0.54% | 0.77% | - |
| XYZ | 30.47 | 20.83 | 21.82 | - |
| YUV | 126.57 | 127.12 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 125 | 0 | 0.54 | 0.37 | 0.23 | 340.75 | 0.48 | 0.56 |
| Hex | C5 | 5B | 7D | 0 | 36 | 25 | 17 | 155 | 30 | 38 |
| Octal | 305 | 133 | 175 | 0 | 66 | 45 | 27 | 525 | 60 | 70 |
| Binary | 11000101 | 1011011 | 1111101 | 0 | 110110 | 100101 | 10111 | 101010101 | 110000 | 111000 |
Color Harmonies of #C55B7D
Complementary color
Monochromatic Colors of #C55B7D
Black with #C55B7D
Text Example
Text Example
White with #C55B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55B7D; }
p { color: rgb(197,91,125); }
H1.HeaderClassName
{
color: #C55B7D;
}
.AnyTagClassName
{
color: #C55B7D;
}
</style>
background-color css
<style>
a { background-color: #C55B7D; }
a { background-color: rgb(197,91,125); }
div.DivClassName
{
background-color: #C55B7D;
}
.BgClassName
{
background-color: #C55B7D;
}
</style>
border-color css
<style>
span { border-color: #C55B7D; }
span { border-color: rgb(197,91,125); }
td.TdClassName
{
border-color: #C55B7D;
}
.TagClassName
{
border-color: #C55B7D;
}
</style>