Shades of Mandy #C3525F
Tints of Mandy #C3525F
RGB
CMYK
RGB Variations
Color information
#C3525F (or 0xC3525F) is known color: Mandy. HEX triplet: C3, 52 and 5F. RGB value is (195,82,95). Sum of RGB (Red+Green+Blue) = 195+82+95=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C3525F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3525F is #3CADA0. Grayscale: #757575. Windows color (decimal): -3976609 or 6247107. OLE color: 6247107.
HSL color Cylindrical-coordinate representation of color #C3525F: hue angle of 353.1º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C3525F is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 82 | 95 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.24 |
| HSL | 353.1º | 0.48% | 0.54% | - |
| HSV(B) | 353.1º | 0.58% | 0.76% | - |
| XYZ | 27.59 | 18.46 | 12.94 | - |
| YUV | 117.27 | 115.44 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 95 | 0 | 0.58 | 0.51 | 0.24 | 353.1 | 0.48 | 0.54 |
| Hex | C3 | 52 | 5F | 0 | 3A | 33 | 18 | 161 | 30 | 36 |
| Octal | 303 | 122 | 137 | 0 | 72 | 63 | 30 | 541 | 60 | 66 |
| Binary | 11000011 | 1010010 | 1011111 | 0 | 111010 | 110011 | 11000 | 101100001 | 110000 | 110110 |
Color Harmonies of #C3525F
Complementary color
Monochromatic Colors of #C3525F
Black with #C3525F
Text Example
Text Example
White with #C3525F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3525F; }
p { color: rgb(195,82,95); }
H1.HeaderClassName
{
color: #C3525F;
}
.AnyTagClassName
{
color: #C3525F;
}
</style>
background-color css
<style>
a { background-color: #C3525F; }
a { background-color: rgb(195,82,95); }
div.DivClassName
{
background-color: #C3525F;
}
.BgClassName
{
background-color: #C3525F;
}
</style>
border-color css
<style>
span { border-color: #C3525F; }
span { border-color: rgb(195,82,95); }
td.TdClassName
{
border-color: #C3525F;
}
.TagClassName
{
border-color: #C3525F;
}
</style>