Shades of Cabaret #C55D6A
Tints of Cabaret #C55D6A
RGB
CMYK
RGB Variations
Color information
#C55D6A (or 0xC55D6A) is known color: Cabaret. HEX triplet: C5, 5D and 6A. RGB value is (197,93,106). Sum of RGB (Red+Green+Blue) = 197+93+106=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55D6A is #3AA295. Grayscale: #7D7D7D. Windows color (decimal): -3842710 or 6970821. OLE color: 6970821.
HSL color Cylindrical-coordinate representation of color #C55D6A: hue angle of 352.5º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55D6A is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 93 | 106 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.23 |
| HSL | 352.5º | 0.47% | 0.57% | - |
| HSV(B) | 352.5º | 0.53% | 0.77% | - |
| XYZ | 29.54 | 20.74 | 16.08 | - |
| YUV | 125.58 | 116.96 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 106 | 0 | 0.53 | 0.46 | 0.23 | 352.5 | 0.47 | 0.57 |
| Hex | C5 | 5D | 6A | 0 | 35 | 2E | 17 | 160 | 2F | 39 |
| Octal | 305 | 135 | 152 | 0 | 65 | 56 | 27 | 540 | 57 | 71 |
| Binary | 11000101 | 1011101 | 1101010 | 0 | 110101 | 101110 | 10111 | 101100000 | 101111 | 111001 |
Color Harmonies of #C55D6A
Complementary color
Monochromatic Colors of #C55D6A
Black with #C55D6A
Text Example
Text Example
White with #C55D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55D6A; }
p { color: rgb(197,93,106); }
H1.HeaderClassName
{
color: #C55D6A;
}
.AnyTagClassName
{
color: #C55D6A;
}
</style>
background-color css
<style>
a { background-color: #C55D6A; }
a { background-color: rgb(197,93,106); }
div.DivClassName
{
background-color: #C55D6A;
}
.BgClassName
{
background-color: #C55D6A;
}
</style>
border-color css
<style>
span { border-color: #C55D6A; }
span { border-color: rgb(197,93,106); }
td.TdClassName
{
border-color: #C55D6A;
}
.TagClassName
{
border-color: #C55D6A;
}
</style>