Shades of Mandy #C5434F
Tints of Mandy #C5434F
RGB
CMYK
RGB Variations
Color information
#C5434F (or 0xC5434F) is known color: Mandy. HEX triplet: C5, 43 and 4F. RGB value is (197,67,79). Sum of RGB (Red+Green+Blue) = 197+67+79=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C5434F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5434F is #3ABCB0. Grayscale: #6B6B6B. Windows color (decimal): -3849393 or 5194693. OLE color: 5194693.
HSL color Cylindrical-coordinate representation of color #C5434F: hue angle of 354.46º 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 #C5434F is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 79 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.23 |
| HSL | 354.46º | 0.53% | 0.52% | - |
| HSV(B) | 354.46º | 0.66% | 0.77% | - |
| XYZ | 26.44 | 16.45 | 9.18 | - |
| YUV | 107.24 | 112.07 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 79 | 0 | 0.66 | 0.60 | 0.23 | 354.46 | 0.53 | 0.52 |
| Hex | C5 | 43 | 4F | 0 | 42 | 3C | 17 | 162 | 35 | 34 |
| Octal | 305 | 103 | 117 | 0 | 102 | 74 | 27 | 542 | 65 | 64 |
| Binary | 11000101 | 1000011 | 1001111 | 0 | 1000010 | 111100 | 10111 | 101100010 | 110101 | 110100 |
Color Harmonies of #C5434F
Complementary color
Monochromatic Colors of #C5434F
Black with #C5434F
Text Example
Text Example
White with #C5434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5434F; }
p { color: rgb(197,67,79); }
H1.HeaderClassName
{
color: #C5434F;
}
.AnyTagClassName
{
color: #C5434F;
}
</style>
background-color css
<style>
a { background-color: #C5434F; }
a { background-color: rgb(197,67,79); }
div.DivClassName
{
background-color: #C5434F;
}
.BgClassName
{
background-color: #C5434F;
}
</style>
border-color css
<style>
span { border-color: #C5434F; }
span { border-color: rgb(197,67,79); }
td.TdClassName
{
border-color: #C5434F;
}
.TagClassName
{
border-color: #C5434F;
}
</style>