Shades of Cabaret #C55B7F
Tints of Cabaret #C55B7F
RGB
CMYK
RGB Variations
Color information
#C55B7F (or 0xC55B7F) is known color: Cabaret. HEX triplet: C5, 5B and 7F. RGB value is (197,91,127). Sum of RGB (Red+Green+Blue) = 197+91+127=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55B7F is #3AA480. Grayscale: #7E7E7E. Windows color (decimal): -3843201 or 8346565. OLE color: 8346565.
HSL color Cylindrical-coordinate representation of color #C55B7F: hue angle of 339.62º 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 #C55B7F is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 91 | 127 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.23 |
| HSL | 339.62º | 0.48% | 0.56% | - |
| HSV(B) | 339.62º | 0.54% | 0.77% | - |
| XYZ | 30.6 | 20.88 | 22.5 | - |
| YUV | 126.8 | 128.12 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 127 | 0 | 0.54 | 0.36 | 0.23 | 339.62 | 0.48 | 0.56 |
| Hex | C5 | 5B | 7F | 0 | 36 | 24 | 17 | 154 | 30 | 38 |
| Octal | 305 | 133 | 177 | 0 | 66 | 44 | 27 | 524 | 60 | 70 |
| Binary | 11000101 | 1011011 | 1111111 | 0 | 110110 | 100100 | 10111 | 101010100 | 110000 | 111000 |
Color Harmonies of #C55B7F
Complementary color
Monochromatic Colors of #C55B7F
Black with #C55B7F
Text Example
Text Example
White with #C55B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55B7F; }
p { color: rgb(197,91,127); }
H1.HeaderClassName
{
color: #C55B7F;
}
.AnyTagClassName
{
color: #C55B7F;
}
</style>
background-color css
<style>
a { background-color: #C55B7F; }
a { background-color: rgb(197,91,127); }
div.DivClassName
{
background-color: #C55B7F;
}
.BgClassName
{
background-color: #C55B7F;
}
</style>
border-color css
<style>
span { border-color: #C55B7F; }
span { border-color: rgb(197,91,127); }
td.TdClassName
{
border-color: #C55B7F;
}
.TagClassName
{
border-color: #C55B7F;
}
</style>