Shades of Cabaret #C55C7F
Tints of Cabaret #C55C7F
RGB
CMYK
RGB Variations
Color information
#C55C7F (or 0xC55C7F) is known color: Cabaret. HEX triplet: C5, 5C and 7F. RGB value is (197,92,127). Sum of RGB (Red+Green+Blue) = 197+92+127=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55C7F is #3AA380. Grayscale: #7F7F7F. Windows color (decimal): -3842945 or 8346821. OLE color: 8346821.
HSL color Cylindrical-coordinate representation of color #C55C7F: hue angle of 340º 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 #C55C7F is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 92 | 127 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.23 |
| HSL | 340º | 0.48% | 0.57% | - |
| HSV(B) | 340º | 0.53% | 0.77% | - |
| XYZ | 30.68 | 21.06 | 22.53 | - |
| YUV | 127.39 | 127.79 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 127 | 0 | 0.53 | 0.36 | 0.23 | 340 | 0.48 | 0.57 |
| Hex | C5 | 5C | 7F | 0 | 35 | 24 | 17 | 154 | 30 | 39 |
| Octal | 305 | 134 | 177 | 0 | 65 | 44 | 27 | 524 | 60 | 71 |
| Binary | 11000101 | 1011100 | 1111111 | 0 | 110101 | 100100 | 10111 | 101010100 | 110000 | 111001 |
Color Harmonies of #C55C7F
Complementary color
Monochromatic Colors of #C55C7F
Black with #C55C7F
Text Example
Text Example
White with #C55C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55C7F; }
p { color: rgb(197,92,127); }
H1.HeaderClassName
{
color: #C55C7F;
}
.AnyTagClassName
{
color: #C55C7F;
}
</style>
background-color css
<style>
a { background-color: #C55C7F; }
a { background-color: rgb(197,92,127); }
div.DivClassName
{
background-color: #C55C7F;
}
.BgClassName
{
background-color: #C55C7F;
}
</style>
border-color css
<style>
span { border-color: #C55C7F; }
span { border-color: rgb(197,92,127); }
td.TdClassName
{
border-color: #C55C7F;
}
.TagClassName
{
border-color: #C55C7F;
}
</style>