Shades of Mandy #C3495E
Tints of Mandy #C3495E
RGB
CMYK
RGB Variations
Color information
#C3495E (or 0xC3495E) is known color: Mandy. HEX triplet: C3, 49 and 5E. RGB value is (195,73,94). Sum of RGB (Red+Green+Blue) = 195+73+94=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C3495E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3495E is #3CB6A1. Grayscale: #6F6F6F. Windows color (decimal): -3978914 or 6179267. OLE color: 6179267.
HSL color Cylindrical-coordinate representation of color #C3495E: hue angle of 349.67º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3495E is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 94 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.24 |
| HSL | 349.67º | 0.5% | 0.53% | - |
| HSV(B) | 349.67º | 0.63% | 0.76% | - |
| XYZ | 26.91 | 17.18 | 12.49 | - |
| YUV | 111.87 | 117.92 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 94 | 0 | 0.63 | 0.52 | 0.24 | 349.67 | 0.5 | 0.53 |
| Hex | C3 | 49 | 5E | 0 | 3F | 34 | 18 | 15E | 32 | 35 |
| Octal | 303 | 111 | 136 | 0 | 77 | 64 | 30 | 536 | 62 | 65 |
| Binary | 11000011 | 1001001 | 1011110 | 0 | 111111 | 110100 | 11000 | 101011110 | 110010 | 110101 |
Color Harmonies of #C3495E
Complementary color
Monochromatic Colors of #C3495E
Black with #C3495E
Text Example
Text Example
White with #C3495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3495E; }
p { color: rgb(195,73,94); }
H1.HeaderClassName
{
color: #C3495E;
}
.AnyTagClassName
{
color: #C3495E;
}
</style>
background-color css
<style>
a { background-color: #C3495E; }
a { background-color: rgb(195,73,94); }
div.DivClassName
{
background-color: #C3495E;
}
.BgClassName
{
background-color: #C3495E;
}
</style>
border-color css
<style>
span { border-color: #C3495E; }
span { border-color: rgb(195,73,94); }
td.TdClassName
{
border-color: #C3495E;
}
.TagClassName
{
border-color: #C3495E;
}
</style>