Shades of Mandy #C35A5E
Tints of Mandy #C35A5E
RGB
CMYK
RGB Variations
Color information
#C35A5E (or 0xC35A5E) is known color: Mandy. HEX triplet: C3, 5A and 5E. RGB value is (195,90,94). Sum of RGB (Red+Green+Blue) = 195+90+94=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35A5E is #3CA5A1. Grayscale: #797979. Windows color (decimal): -3974562 or 6183619. OLE color: 6183619.
HSL color Cylindrical-coordinate representation of color #C35A5E: hue angle of 357.71º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C35A5E is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 90 | 94 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.24 |
| HSL | 357.71º | 0.47% | 0.56% | - |
| HSV(B) | 357.71º | 0.54% | 0.76% | - |
| XYZ | 28.18 | 19.72 | 12.91 | - |
| YUV | 121.85 | 112.29 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 94 | 0 | 0.54 | 0.52 | 0.24 | 357.71 | 0.47 | 0.56 |
| Hex | C3 | 5A | 5E | 0 | 36 | 34 | 18 | 166 | 2F | 38 |
| Octal | 303 | 132 | 136 | 0 | 66 | 64 | 30 | 546 | 57 | 70 |
| Binary | 11000011 | 1011010 | 1011110 | 0 | 110110 | 110100 | 11000 | 101100110 | 101111 | 111000 |
Color Harmonies of #C35A5E
Complementary color
Monochromatic Colors of #C35A5E
Black with #C35A5E
Text Example
Text Example
White with #C35A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35A5E; }
p { color: rgb(195,90,94); }
H1.HeaderClassName
{
color: #C35A5E;
}
.AnyTagClassName
{
color: #C35A5E;
}
</style>
background-color css
<style>
a { background-color: #C35A5E; }
a { background-color: rgb(195,90,94); }
div.DivClassName
{
background-color: #C35A5E;
}
.BgClassName
{
background-color: #C35A5E;
}
</style>
border-color css
<style>
span { border-color: #C35A5E; }
span { border-color: rgb(195,90,94); }
td.TdClassName
{
border-color: #C35A5E;
}
.TagClassName
{
border-color: #C35A5E;
}
</style>