Shades of Cabaret #C55F6F
Tints of Cabaret #C55F6F
RGB
CMYK
RGB Variations
Color information
#C55F6F (or 0xC55F6F) is known color: Cabaret. HEX triplet: C5, 5F and 6F. RGB value is (197,95,111). Sum of RGB (Red+Green+Blue) = 197+95+111=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55F6F is #3AA090. Grayscale: #7F7F7F. Windows color (decimal): -3842193 or 7299013. OLE color: 7299013.
HSL color Cylindrical-coordinate representation of color #C55F6F: hue angle of 350.59º 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 #C55F6F is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 95 | 111 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.23 |
| HSL | 350.59º | 0.47% | 0.57% | - |
| HSV(B) | 350.59º | 0.52% | 0.77% | - |
| XYZ | 29.99 | 21.2 | 17.55 | - |
| YUV | 127.32 | 118.79 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 111 | 0 | 0.52 | 0.44 | 0.23 | 350.59 | 0.47 | 0.57 |
| Hex | C5 | 5F | 6F | 0 | 34 | 2C | 17 | 15F | 2F | 39 |
| Octal | 305 | 137 | 157 | 0 | 64 | 54 | 27 | 537 | 57 | 71 |
| Binary | 11000101 | 1011111 | 1101111 | 0 | 110100 | 101100 | 10111 | 101011111 | 101111 | 111001 |
Color Harmonies of #C55F6F
Complementary color
Monochromatic Colors of #C55F6F
Black with #C55F6F
Text Example
Text Example
White with #C55F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55F6F; }
p { color: rgb(197,95,111); }
H1.HeaderClassName
{
color: #C55F6F;
}
.AnyTagClassName
{
color: #C55F6F;
}
</style>
background-color css
<style>
a { background-color: #C55F6F; }
a { background-color: rgb(197,95,111); }
div.DivClassName
{
background-color: #C55F6F;
}
.BgClassName
{
background-color: #C55F6F;
}
</style>
border-color css
<style>
span { border-color: #C55F6F; }
span { border-color: rgb(197,95,111); }
td.TdClassName
{
border-color: #C55F6F;
}
.TagClassName
{
border-color: #C55F6F;
}
</style>