Shades of Mandy #C35059
Tints of Mandy #C35059
RGB
CMYK
RGB Variations
Color information
#C35059 (or 0xC35059) is known color: Mandy. HEX triplet: C3, 50 and 59. RGB value is (195,80,89). Sum of RGB (Red+Green+Blue) = 195+80+89=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 89 (35.16% from 255 or 24.45% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C35059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35059 is #3CAFA6. Grayscale: #737373. Windows color (decimal): -3977127 or 5853379. OLE color: 5853379.
HSL color Cylindrical-coordinate representation of color #C35059: hue angle of 355.3º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C35059 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 80 | 89 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.24 |
| HSL | 355.3º | 0.49% | 0.54% | - |
| HSV(B) | 355.3º | 0.59% | 0.76% | - |
| XYZ | 27.18 | 18.06 | 11.5 | - |
| YUV | 115.41 | 113.1 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 80 | 89 | 0 | 0.59 | 0.54 | 0.24 | 355.3 | 0.49 | 0.54 |
| Hex | C3 | 50 | 59 | 0 | 3B | 36 | 18 | 163 | 31 | 36 |
| Octal | 303 | 120 | 131 | 0 | 73 | 66 | 30 | 543 | 61 | 66 |
| Binary | 11000011 | 1010000 | 1011001 | 0 | 111011 | 110110 | 11000 | 101100011 | 110001 | 110110 |
Color Harmonies of #C35059
Complementary color
Monochromatic Colors of #C35059
Black with #C35059
Text Example
Text Example
White with #C35059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35059; }
p { color: rgb(195,80,89); }
H1.HeaderClassName
{
color: #C35059;
}
.AnyTagClassName
{
color: #C35059;
}
</style>
background-color css
<style>
a { background-color: #C35059; }
a { background-color: rgb(195,80,89); }
div.DivClassName
{
background-color: #C35059;
}
.BgClassName
{
background-color: #C35059;
}
</style>
border-color css
<style>
span { border-color: #C35059; }
span { border-color: rgb(195,80,89); }
td.TdClassName
{
border-color: #C35059;
}
.TagClassName
{
border-color: #C35059;
}
</style>