Shades of Cabaret #C55A7A
Tints of Cabaret #C55A7A
RGB
CMYK
RGB Variations
Color information
#C55A7A (or 0xC55A7A) is known color: Cabaret. HEX triplet: C5, 5A and 7A. RGB value is (197,90,122). Sum of RGB (Red+Green+Blue) = 197+90+122=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55A7A is #3AA585. Grayscale: #7D7D7D. Windows color (decimal): -3843462 or 8018629. OLE color: 8018629.
HSL color Cylindrical-coordinate representation of color #C55A7A: hue angle of 342.06º 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 #C55A7A is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 122 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.23 |
| HSL | 342.06º | 0.48% | 0.56% | - |
| HSV(B) | 342.06º | 0.54% | 0.77% | - |
| XYZ | 30.19 | 20.59 | 20.79 | - |
| YUV | 125.64 | 125.95 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 122 | 0 | 0.54 | 0.38 | 0.23 | 342.06 | 0.48 | 0.56 |
| Hex | C5 | 5A | 7A | 0 | 36 | 26 | 17 | 156 | 30 | 38 |
| Octal | 305 | 132 | 172 | 0 | 66 | 46 | 27 | 526 | 60 | 70 |
| Binary | 11000101 | 1011010 | 1111010 | 0 | 110110 | 100110 | 10111 | 101010110 | 110000 | 111000 |
Color Harmonies of #C55A7A
Complementary color
Monochromatic Colors of #C55A7A
Black with #C55A7A
Text Example
Text Example
White with #C55A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A7A; }
p { color: rgb(197,90,122); }
H1.HeaderClassName
{
color: #C55A7A;
}
.AnyTagClassName
{
color: #C55A7A;
}
</style>
background-color css
<style>
a { background-color: #C55A7A; }
a { background-color: rgb(197,90,122); }
div.DivClassName
{
background-color: #C55A7A;
}
.BgClassName
{
background-color: #C55A7A;
}
</style>
border-color css
<style>
span { border-color: #C55A7A; }
span { border-color: rgb(197,90,122); }
td.TdClassName
{
border-color: #C55A7A;
}
.TagClassName
{
border-color: #C55A7A;
}
</style>