Shades of Cabaret #C55A6D
Tints of Cabaret #C55A6D
RGB
CMYK
RGB Variations
Color information
#C55A6D (or 0xC55A6D) is known color: Cabaret. HEX triplet: C5, 5A and 6D. RGB value is (197,90,109). Sum of RGB (Red+Green+Blue) = 197+90+109=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55A6D is #3AA592. Grayscale: #7C7C7C. Windows color (decimal): -3843475 or 7166661. OLE color: 7166661.
HSL color Cylindrical-coordinate representation of color #C55A6D: hue angle of 349.35º 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 #C55A6D is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 109 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.23 |
| HSL | 349.35º | 0.48% | 0.56% | - |
| HSV(B) | 349.35º | 0.54% | 0.77% | - |
| XYZ | 29.44 | 20.29 | 16.83 | - |
| YUV | 124.16 | 119.45 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 109 | 0 | 0.54 | 0.45 | 0.23 | 349.35 | 0.48 | 0.56 |
| Hex | C5 | 5A | 6D | 0 | 36 | 2D | 17 | 15D | 30 | 38 |
| Octal | 305 | 132 | 155 | 0 | 66 | 55 | 27 | 535 | 60 | 70 |
| Binary | 11000101 | 1011010 | 1101101 | 0 | 110110 | 101101 | 10111 | 101011101 | 110000 | 111000 |
Color Harmonies of #C55A6D
Complementary color
Monochromatic Colors of #C55A6D
Black with #C55A6D
Text Example
Text Example
White with #C55A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A6D; }
p { color: rgb(197,90,109); }
H1.HeaderClassName
{
color: #C55A6D;
}
.AnyTagClassName
{
color: #C55A6D;
}
</style>
background-color css
<style>
a { background-color: #C55A6D; }
a { background-color: rgb(197,90,109); }
div.DivClassName
{
background-color: #C55A6D;
}
.BgClassName
{
background-color: #C55A6D;
}
</style>
border-color css
<style>
span { border-color: #C55A6D; }
span { border-color: rgb(197,90,109); }
td.TdClassName
{
border-color: #C55A6D;
}
.TagClassName
{
border-color: #C55A6D;
}
</style>