Shades of Mandy #C5435F
Tints of Mandy #C5435F
RGB
CMYK
RGB Variations
Color information
#C5435F (or 0xC5435F) is known color: Mandy. HEX triplet: C5, 43 and 5F. RGB value is (197,67,95). Sum of RGB (Red+Green+Blue) = 197+67+95=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 67 (26.56% from 255 or 18.66% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C5435F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5435F is #3ABCA0. Grayscale: #6D6D6D. Windows color (decimal): -3849377 or 6243269. OLE color: 6243269.
HSL color Cylindrical-coordinate representation of color #C5435F: hue angle of 347.08º 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 #C5435F is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 95 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.23 |
| HSL | 347.08º | 0.53% | 0.52% | - |
| HSV(B) | 347.08º | 0.66% | 0.77% | - |
| XYZ | 27.1 | 16.71 | 12.62 | - |
| YUV | 109.06 | 120.07 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 95 | 0 | 0.66 | 0.52 | 0.23 | 347.08 | 0.53 | 0.52 |
| Hex | C5 | 43 | 5F | 0 | 42 | 34 | 17 | 15B | 35 | 34 |
| Octal | 305 | 103 | 137 | 0 | 102 | 64 | 27 | 533 | 65 | 64 |
| Binary | 11000101 | 1000011 | 1011111 | 0 | 1000010 | 110100 | 10111 | 101011011 | 110101 | 110100 |
Color Harmonies of #C5435F
Complementary color
Monochromatic Colors of #C5435F
Black with #C5435F
Text Example
Text Example
White with #C5435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5435F; }
p { color: rgb(197,67,95); }
H1.HeaderClassName
{
color: #C5435F;
}
.AnyTagClassName
{
color: #C5435F;
}
</style>
background-color css
<style>
a { background-color: #C5435F; }
a { background-color: rgb(197,67,95); }
div.DivClassName
{
background-color: #C5435F;
}
.BgClassName
{
background-color: #C5435F;
}
</style>
border-color css
<style>
span { border-color: #C5435F; }
span { border-color: rgb(197,67,95); }
td.TdClassName
{
border-color: #C5435F;
}
.TagClassName
{
border-color: #C5435F;
}
</style>