Shades of Mandy #C5435A
Tints of Mandy #C5435A
RGB
CMYK
RGB Variations
Color information
#C5435A (or 0xC5435A) is known color: Mandy. HEX triplet: C5, 43 and 5A. RGB value is (197,67,90). Sum of RGB (Red+Green+Blue) = 197+67+90=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C5435A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5435A is #3ABCA5. Grayscale: #6C6C6C. Windows color (decimal): -3849382 or 5915589. OLE color: 5915589.
HSL color Cylindrical-coordinate representation of color #C5435A: hue angle of 349.38º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5435A is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 90 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.23 |
| HSL | 349.38º | 0.53% | 0.52% | - |
| HSV(B) | 349.38º | 0.66% | 0.77% | - |
| XYZ | 26.88 | 16.62 | 11.46 | - |
| YUV | 108.49 | 117.57 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 90 | 0 | 0.66 | 0.54 | 0.23 | 349.38 | 0.53 | 0.52 |
| Hex | C5 | 43 | 5A | 0 | 42 | 36 | 17 | 15D | 35 | 34 |
| Octal | 305 | 103 | 132 | 0 | 102 | 66 | 27 | 535 | 65 | 64 |
| Binary | 11000101 | 1000011 | 1011010 | 0 | 1000010 | 110110 | 10111 | 101011101 | 110101 | 110100 |
Color Harmonies of #C5435A
Complementary color
Monochromatic Colors of #C5435A
Black with #C5435A
Text Example
Text Example
White with #C5435A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5435A; }
p { color: rgb(197,67,90); }
H1.HeaderClassName
{
color: #C5435A;
}
.AnyTagClassName
{
color: #C5435A;
}
</style>
background-color css
<style>
a { background-color: #C5435A; }
a { background-color: rgb(197,67,90); }
div.DivClassName
{
background-color: #C5435A;
}
.BgClassName
{
background-color: #C5435A;
}
</style>
border-color css
<style>
span { border-color: #C5435A; }
span { border-color: rgb(197,67,90); }
td.TdClassName
{
border-color: #C5435A;
}
.TagClassName
{
border-color: #C5435A;
}
</style>