Shades of Mandy #C3495F
Tints of Mandy #C3495F
RGB
CMYK
RGB Variations
Color information
#C3495F (or 0xC3495F) is known color: Mandy. HEX triplet: C3, 49 and 5F. RGB value is (195,73,95). Sum of RGB (Red+Green+Blue) = 195+73+95=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C3495F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3495F is #3CB6A0. Grayscale: #707070. Windows color (decimal): -3978913 or 6244803. OLE color: 6244803.
HSL color Cylindrical-coordinate representation of color #C3495F: hue angle of 349.18º 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 #C3495F is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 95 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.24 |
| HSL | 349.18º | 0.5% | 0.53% | - |
| HSV(B) | 349.18º | 0.63% | 0.76% | - |
| XYZ | 26.95 | 17.19 | 12.72 | - |
| YUV | 111.99 | 118.42 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 95 | 0 | 0.63 | 0.51 | 0.24 | 349.18 | 0.5 | 0.53 |
| Hex | C3 | 49 | 5F | 0 | 3F | 33 | 18 | 15D | 32 | 35 |
| Octal | 303 | 111 | 137 | 0 | 77 | 63 | 30 | 535 | 62 | 65 |
| Binary | 11000011 | 1001001 | 1011111 | 0 | 111111 | 110011 | 11000 | 101011101 | 110010 | 110101 |
Color Harmonies of #C3495F
Complementary color
Monochromatic Colors of #C3495F
Black with #C3495F
Text Example
Text Example
White with #C3495F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3495F; }
p { color: rgb(195,73,95); }
H1.HeaderClassName
{
color: #C3495F;
}
.AnyTagClassName
{
color: #C3495F;
}
</style>
background-color css
<style>
a { background-color: #C3495F; }
a { background-color: rgb(195,73,95); }
div.DivClassName
{
background-color: #C3495F;
}
.BgClassName
{
background-color: #C3495F;
}
</style>
border-color css
<style>
span { border-color: #C3495F; }
span { border-color: rgb(195,73,95); }
td.TdClassName
{
border-color: #C3495F;
}
.TagClassName
{
border-color: #C3495F;
}
</style>