Shades of Cabaret #C55A6C
Tints of Cabaret #C55A6C
RGB
CMYK
RGB Variations
Color information
#C55A6C (or 0xC55A6C) is known color: Cabaret. HEX triplet: C5, 5A and 6C. RGB value is (197,90,108). Sum of RGB (Red+Green+Blue) = 197+90+108=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55A6C is #3AA593. Grayscale: #7C7C7C. Windows color (decimal): -3843476 or 7101125. OLE color: 7101125.
HSL color Cylindrical-coordinate representation of color #C55A6C: hue angle of 349.91º 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 #C55A6C is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 108 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.23 |
| HSL | 349.91º | 0.48% | 0.56% | - |
| HSV(B) | 349.91º | 0.54% | 0.77% | - |
| XYZ | 29.39 | 20.27 | 16.55 | - |
| YUV | 124.05 | 118.95 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 108 | 0 | 0.54 | 0.45 | 0.23 | 349.91 | 0.48 | 0.56 |
| Hex | C5 | 5A | 6C | 0 | 36 | 2D | 17 | 15E | 30 | 38 |
| Octal | 305 | 132 | 154 | 0 | 66 | 55 | 27 | 536 | 60 | 70 |
| Binary | 11000101 | 1011010 | 1101100 | 0 | 110110 | 101101 | 10111 | 101011110 | 110000 | 111000 |
Color Harmonies of #C55A6C
Complementary color
Monochromatic Colors of #C55A6C
Black with #C55A6C
Text Example
Text Example
White with #C55A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A6C; }
p { color: rgb(197,90,108); }
H1.HeaderClassName
{
color: #C55A6C;
}
.AnyTagClassName
{
color: #C55A6C;
}
</style>
background-color css
<style>
a { background-color: #C55A6C; }
a { background-color: rgb(197,90,108); }
div.DivClassName
{
background-color: #C55A6C;
}
.BgClassName
{
background-color: #C55A6C;
}
</style>
border-color css
<style>
span { border-color: #C55A6C; }
span { border-color: rgb(197,90,108); }
td.TdClassName
{
border-color: #C55A6C;
}
.TagClassName
{
border-color: #C55A6C;
}
</style>