Shades of Mandy #C3485F
Tints of Mandy #C3485F
RGB
CMYK
RGB Variations
Color information
#C3485F (or 0xC3485F) is known color: Mandy. HEX triplet: C3, 48 and 5F. RGB value is (195,72,95). Sum of RGB (Red+Green+Blue) = 195+72+95=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C3485F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3485F is #3CB7A0. Grayscale: #6F6F6F. Windows color (decimal): -3979169 or 6244547. OLE color: 6244547.
HSL color Cylindrical-coordinate representation of color #C3485F: hue angle of 348.78º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3485F is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 72 | 95 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.24 |
| HSL | 348.78º | 0.51% | 0.52% | - |
| HSV(B) | 348.78º | 0.63% | 0.76% | - |
| XYZ | 26.89 | 17.06 | 12.7 | - |
| YUV | 111.4 | 118.75 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 95 | 0 | 0.63 | 0.51 | 0.24 | 348.78 | 0.51 | 0.52 |
| Hex | C3 | 48 | 5F | 0 | 3F | 33 | 18 | 15D | 33 | 34 |
| Octal | 303 | 110 | 137 | 0 | 77 | 63 | 30 | 535 | 63 | 64 |
| Binary | 11000011 | 1001000 | 1011111 | 0 | 111111 | 110011 | 11000 | 101011101 | 110011 | 110100 |
Color Harmonies of #C3485F
Complementary color
Monochromatic Colors of #C3485F
Black with #C3485F
Text Example
Text Example
White with #C3485F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3485F; }
p { color: rgb(195,72,95); }
H1.HeaderClassName
{
color: #C3485F;
}
.AnyTagClassName
{
color: #C3485F;
}
</style>
background-color css
<style>
a { background-color: #C3485F; }
a { background-color: rgb(195,72,95); }
div.DivClassName
{
background-color: #C3485F;
}
.BgClassName
{
background-color: #C3485F;
}
</style>
border-color css
<style>
span { border-color: #C3485F; }
span { border-color: rgb(195,72,95); }
td.TdClassName
{
border-color: #C3485F;
}
.TagClassName
{
border-color: #C3485F;
}
</style>