Shades of Mandy #C5434D
Tints of Mandy #C5434D
RGB
CMYK
RGB Variations
Color information
#C5434D (or 0xC5434D) is known color: Mandy. HEX triplet: C5, 43 and 4D. RGB value is (197,67,77). Sum of RGB (Red+Green+Blue) = 197+67+77=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C5434D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5434D is #3ABCB2. Grayscale: #6B6B6B. Windows color (decimal): -3849395 or 5063621. OLE color: 5063621.
HSL color Cylindrical-coordinate representation of color #C5434D: hue angle of 355.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 #C5434D is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 77 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.23 |
| HSL | 355.38º | 0.53% | 0.52% | - |
| HSV(B) | 355.38º | 0.66% | 0.77% | - |
| XYZ | 26.37 | 16.42 | 8.8 | - |
| YUV | 107.01 | 111.07 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 77 | 0 | 0.66 | 0.61 | 0.23 | 355.38 | 0.53 | 0.52 |
| Hex | C5 | 43 | 4D | 0 | 42 | 3D | 17 | 163 | 35 | 34 |
| Octal | 305 | 103 | 115 | 0 | 102 | 75 | 27 | 543 | 65 | 64 |
| Binary | 11000101 | 1000011 | 1001101 | 0 | 1000010 | 111101 | 10111 | 101100011 | 110101 | 110100 |
Color Harmonies of #C5434D
Complementary color
Monochromatic Colors of #C5434D
Black with #C5434D
Text Example
Text Example
White with #C5434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5434D; }
p { color: rgb(197,67,77); }
H1.HeaderClassName
{
color: #C5434D;
}
.AnyTagClassName
{
color: #C5434D;
}
</style>
background-color css
<style>
a { background-color: #C5434D; }
a { background-color: rgb(197,67,77); }
div.DivClassName
{
background-color: #C5434D;
}
.BgClassName
{
background-color: #C5434D;
}
</style>
border-color css
<style>
span { border-color: #C5434D; }
span { border-color: rgb(197,67,77); }
td.TdClassName
{
border-color: #C5434D;
}
.TagClassName
{
border-color: #C5434D;
}
</style>