Shades of Mandy #C0555B
Tints of Mandy #C0555B
RGB
CMYK
RGB Variations
Color information
#C0555B (or 0xC0555B) is known color: Mandy. HEX triplet: C0, 55 and 5B. RGB value is (192,85,91). Sum of RGB (Red+Green+Blue) = 192+85+91=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C0555B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0555B is #3FAAA4. Grayscale: #757575. Windows color (decimal): -4172453 or 5985728. OLE color: 5985728.
HSL color Cylindrical-coordinate representation of color #C0555B: hue angle of 356.64º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0555B is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 85 | 91 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.25 |
| HSL | 356.64º | 0.46% | 0.54% | - |
| HSV(B) | 356.64º | 0.56% | 0.75% | - |
| XYZ | 26.88 | 18.46 | 12.04 | - |
| YUV | 117.68 | 112.95 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 91 | 0 | 0.56 | 0.53 | 0.25 | 356.64 | 0.46 | 0.54 |
| Hex | C0 | 55 | 5B | 0 | 38 | 35 | 19 | 165 | 2E | 36 |
| Octal | 300 | 125 | 133 | 0 | 70 | 65 | 31 | 545 | 56 | 66 |
| Binary | 11000000 | 1010101 | 1011011 | 0 | 111000 | 110101 | 11001 | 101100101 | 101110 | 110110 |
Color Harmonies of #C0555B
Complementary color
Monochromatic Colors of #C0555B
Black with #C0555B
Text Example
Text Example
White with #C0555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0555B; }
p { color: rgb(192,85,91); }
H1.HeaderClassName
{
color: #C0555B;
}
.AnyTagClassName
{
color: #C0555B;
}
</style>
background-color css
<style>
a { background-color: #C0555B; }
a { background-color: rgb(192,85,91); }
div.DivClassName
{
background-color: #C0555B;
}
.BgClassName
{
background-color: #C0555B;
}
</style>
border-color css
<style>
span { border-color: #C0555B; }
span { border-color: rgb(192,85,91); }
td.TdClassName
{
border-color: #C0555B;
}
.TagClassName
{
border-color: #C0555B;
}
</style>