Shades of Mandy #C3435A
Tints of Mandy #C3435A
RGB
CMYK
RGB Variations
Color information
#C3435A (or 0xC3435A) is known color: Mandy. HEX triplet: C3, 43 and 5A. RGB value is (195,67,90). Sum of RGB (Red+Green+Blue) = 195+67+90=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C3435A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3435A is #3CBCA5. Grayscale: #6B6B6B. Windows color (decimal): -3980454 or 5915587. OLE color: 5915587.
HSL color Cylindrical-coordinate representation of color #C3435A: hue angle of 349.22º 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 #C3435A is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 67 | 90 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.24 |
| HSL | 349.22º | 0.52% | 0.51% | - |
| HSV(B) | 349.22º | 0.66% | 0.76% | - |
| XYZ | 26.36 | 16.35 | 11.44 | - |
| YUV | 107.89 | 117.91 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 90 | 0 | 0.66 | 0.54 | 0.24 | 349.22 | 0.52 | 0.51 |
| Hex | C3 | 43 | 5A | 0 | 42 | 36 | 18 | 15D | 34 | 33 |
| Octal | 303 | 103 | 132 | 0 | 102 | 66 | 30 | 535 | 64 | 63 |
| Binary | 11000011 | 1000011 | 1011010 | 0 | 1000010 | 110110 | 11000 | 101011101 | 110100 | 110011 |
Color Harmonies of #C3435A
Complementary color
Monochromatic Colors of #C3435A
Black with #C3435A
Text Example
Text Example
White with #C3435A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3435A; }
p { color: rgb(195,67,90); }
H1.HeaderClassName
{
color: #C3435A;
}
.AnyTagClassName
{
color: #C3435A;
}
</style>
background-color css
<style>
a { background-color: #C3435A; }
a { background-color: rgb(195,67,90); }
div.DivClassName
{
background-color: #C3435A;
}
.BgClassName
{
background-color: #C3435A;
}
</style>
border-color css
<style>
span { border-color: #C3435A; }
span { border-color: rgb(195,67,90); }
td.TdClassName
{
border-color: #C3435A;
}
.TagClassName
{
border-color: #C3435A;
}
</style>