Shades of Mandy #C3425C
Tints of Mandy #C3425C
RGB
CMYK
RGB Variations
Color information
#C3425C (or 0xC3425C) is known color: Mandy. HEX triplet: C3, 42 and 5C. RGB value is (195,66,92). Sum of RGB (Red+Green+Blue) = 195+66+92=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C3425C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3425C is #3CBDA3. Grayscale: #6B6B6B. Windows color (decimal): -3980708 or 6046403. OLE color: 6046403.
HSL color Cylindrical-coordinate representation of color #C3425C: hue angle of 347.91º 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 #C3425C is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 92 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.24 |
| HSL | 347.91º | 0.52% | 0.51% | - |
| HSV(B) | 347.91º | 0.66% | 0.76% | - |
| XYZ | 26.39 | 16.27 | 11.88 | - |
| YUV | 107.54 | 119.24 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 92 | 0 | 0.66 | 0.53 | 0.24 | 347.91 | 0.52 | 0.51 |
| Hex | C3 | 42 | 5C | 0 | 42 | 35 | 18 | 15C | 34 | 33 |
| Octal | 303 | 102 | 134 | 0 | 102 | 65 | 30 | 534 | 64 | 63 |
| Binary | 11000011 | 1000010 | 1011100 | 0 | 1000010 | 110101 | 11000 | 101011100 | 110100 | 110011 |
Color Harmonies of #C3425C
Complementary color
Monochromatic Colors of #C3425C
Black with #C3425C
Text Example
Text Example
White with #C3425C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3425C; }
p { color: rgb(195,66,92); }
H1.HeaderClassName
{
color: #C3425C;
}
.AnyTagClassName
{
color: #C3425C;
}
</style>
background-color css
<style>
a { background-color: #C3425C; }
a { background-color: rgb(195,66,92); }
div.DivClassName
{
background-color: #C3425C;
}
.BgClassName
{
background-color: #C3425C;
}
</style>
border-color css
<style>
span { border-color: #C3425C; }
span { border-color: rgb(195,66,92); }
td.TdClassName
{
border-color: #C3425C;
}
.TagClassName
{
border-color: #C3425C;
}
</style>