Shades of Mandy #C3425B
Tints of Mandy #C3425B
RGB
CMYK
RGB Variations
Color information
#C3425B (or 0xC3425B) is known color: Mandy. HEX triplet: C3, 42 and 5B. RGB value is (195,66,91). Sum of RGB (Red+Green+Blue) = 195+66+91=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C3425B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3425B is #3CBDA4. Grayscale: #6B6B6B. Windows color (decimal): -3980709 or 5980867. OLE color: 5980867.
HSL color Cylindrical-coordinate representation of color #C3425B: hue angle of 348.37º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C3425B is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 91 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.24 |
| HSL | 348.37º | 0.52% | 0.51% | - |
| HSV(B) | 348.37º | 0.66% | 0.76% | - |
| XYZ | 26.34 | 16.25 | 11.65 | - |
| YUV | 107.42 | 118.74 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 91 | 0 | 0.66 | 0.53 | 0.24 | 348.37 | 0.52 | 0.51 |
| Hex | C3 | 42 | 5B | 0 | 42 | 35 | 18 | 15C | 34 | 33 |
| Octal | 303 | 102 | 133 | 0 | 102 | 65 | 30 | 534 | 64 | 63 |
| Binary | 11000011 | 1000010 | 1011011 | 0 | 1000010 | 110101 | 11000 | 101011100 | 110100 | 110011 |
Color Harmonies of #C3425B
Complementary color
Monochromatic Colors of #C3425B
Black with #C3425B
Text Example
Text Example
White with #C3425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3425B; }
p { color: rgb(195,66,91); }
H1.HeaderClassName
{
color: #C3425B;
}
.AnyTagClassName
{
color: #C3425B;
}
</style>
background-color css
<style>
a { background-color: #C3425B; }
a { background-color: rgb(195,66,91); }
div.DivClassName
{
background-color: #C3425B;
}
.BgClassName
{
background-color: #C3425B;
}
</style>
border-color css
<style>
span { border-color: #C3425B; }
span { border-color: rgb(195,66,91); }
td.TdClassName
{
border-color: #C3425B;
}
.TagClassName
{
border-color: #C3425B;
}
</style>