Shades of Mandy #C5434E
Tints of Mandy #C5434E
RGB
CMYK
RGB Variations
Color information
#C5434E (or 0xC5434E) is known color: Mandy. HEX triplet: C5, 43 and 4E. RGB value is (197,67,78). Sum of RGB (Red+Green+Blue) = 197+67+78=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C5434E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5434E is #3ABCB1. Grayscale: #6B6B6B. Windows color (decimal): -3849394 or 5129157. OLE color: 5129157.
HSL color Cylindrical-coordinate representation of color #C5434E: hue angle of 354.92º 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 #C5434E is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 78 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.23 |
| HSL | 354.92º | 0.53% | 0.52% | - |
| HSV(B) | 354.92º | 0.66% | 0.77% | - |
| XYZ | 26.41 | 16.43 | 8.99 | - |
| YUV | 107.12 | 111.57 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 78 | 0 | 0.66 | 0.60 | 0.23 | 354.92 | 0.53 | 0.52 |
| Hex | C5 | 43 | 4E | 0 | 42 | 3C | 17 | 163 | 35 | 34 |
| Octal | 305 | 103 | 116 | 0 | 102 | 74 | 27 | 543 | 65 | 64 |
| Binary | 11000101 | 1000011 | 1001110 | 0 | 1000010 | 111100 | 10111 | 101100011 | 110101 | 110100 |
Color Harmonies of #C5434E
Complementary color
Monochromatic Colors of #C5434E
Black with #C5434E
Text Example
Text Example
White with #C5434E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5434E; }
p { color: rgb(197,67,78); }
H1.HeaderClassName
{
color: #C5434E;
}
.AnyTagClassName
{
color: #C5434E;
}
</style>
background-color css
<style>
a { background-color: #C5434E; }
a { background-color: rgb(197,67,78); }
div.DivClassName
{
background-color: #C5434E;
}
.BgClassName
{
background-color: #C5434E;
}
</style>
border-color css
<style>
span { border-color: #C5434E; }
span { border-color: rgb(197,67,78); }
td.TdClassName
{
border-color: #C5434E;
}
.TagClassName
{
border-color: #C5434E;
}
</style>