Shades of Cabaret #C55B6A
Tints of Cabaret #C55B6A
RGB
CMYK
RGB Variations
Color information
#C55B6A (or 0xC55B6A) is known color: Cabaret. HEX triplet: C5, 5B and 6A. RGB value is (197,91,106). Sum of RGB (Red+Green+Blue) = 197+91+106=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55B6A is #3AA495. Grayscale: #7C7C7C. Windows color (decimal): -3843222 or 6970309. OLE color: 6970309.
HSL color Cylindrical-coordinate representation of color #C55B6A: hue angle of 351.51º 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 #C55B6A is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 91 | 106 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.23 |
| HSL | 351.51º | 0.48% | 0.56% | - |
| HSV(B) | 351.51º | 0.54% | 0.77% | - |
| XYZ | 29.37 | 20.39 | 16.02 | - |
| YUV | 124.4 | 117.62 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 106 | 0 | 0.54 | 0.46 | 0.23 | 351.51 | 0.48 | 0.56 |
| Hex | C5 | 5B | 6A | 0 | 36 | 2E | 17 | 160 | 30 | 38 |
| Octal | 305 | 133 | 152 | 0 | 66 | 56 | 27 | 540 | 60 | 70 |
| Binary | 11000101 | 1011011 | 1101010 | 0 | 110110 | 101110 | 10111 | 101100000 | 110000 | 111000 |
Color Harmonies of #C55B6A
Complementary color
Monochromatic Colors of #C55B6A
Black with #C55B6A
Text Example
Text Example
White with #C55B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55B6A; }
p { color: rgb(197,91,106); }
H1.HeaderClassName
{
color: #C55B6A;
}
.AnyTagClassName
{
color: #C55B6A;
}
</style>
background-color css
<style>
a { background-color: #C55B6A; }
a { background-color: rgb(197,91,106); }
div.DivClassName
{
background-color: #C55B6A;
}
.BgClassName
{
background-color: #C55B6A;
}
</style>
border-color css
<style>
span { border-color: #C55B6A; }
span { border-color: rgb(197,91,106); }
td.TdClassName
{
border-color: #C55B6A;
}
.TagClassName
{
border-color: #C55B6A;
}
</style>