Shades of Mandy #C5475C
Tints of Mandy #C5475C
RGB
CMYK
RGB Variations
Color information
#C5475C (or 0xC5475C) is known color: Mandy. HEX triplet: C5, 47 and 5C. RGB value is (197,71,92). Sum of RGB (Red+Green+Blue) = 197+71+92=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C5475C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5475C is #3AB8A3. Grayscale: #6F6F6F. Windows color (decimal): -3848356 or 6047685. OLE color: 6047685.
HSL color Cylindrical-coordinate representation of color #C5475C: hue angle of 350º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5475C is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 92 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.23 |
| HSL | 350º | 0.52% | 0.53% | - |
| HSV(B) | 350º | 0.64% | 0.77% | - |
| XYZ | 27.21 | 17.15 | 12 | - |
| YUV | 111.07 | 117.24 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 92 | 0 | 0.64 | 0.53 | 0.23 | 350 | 0.52 | 0.53 |
| Hex | C5 | 47 | 5C | 0 | 40 | 35 | 17 | 15E | 34 | 35 |
| Octal | 305 | 107 | 134 | 0 | 100 | 65 | 27 | 536 | 64 | 65 |
| Binary | 11000101 | 1000111 | 1011100 | 0 | 1000000 | 110101 | 10111 | 101011110 | 110100 | 110101 |
Color Harmonies of #C5475C
Complementary color
Monochromatic Colors of #C5475C
Black with #C5475C
Text Example
Text Example
White with #C5475C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5475C; }
p { color: rgb(197,71,92); }
H1.HeaderClassName
{
color: #C5475C;
}
.AnyTagClassName
{
color: #C5475C;
}
</style>
background-color css
<style>
a { background-color: #C5475C; }
a { background-color: rgb(197,71,92); }
div.DivClassName
{
background-color: #C5475C;
}
.BgClassName
{
background-color: #C5475C;
}
</style>
border-color css
<style>
span { border-color: #C5475C; }
span { border-color: rgb(197,71,92); }
td.TdClassName
{
border-color: #C5475C;
}
.TagClassName
{
border-color: #C5475C;
}
</style>