Shades of Mandy #C5485C
Tints of Mandy #C5485C
RGB
CMYK
RGB Variations
Color information
#C5485C (or 0xC5485C) is known color: Mandy. HEX triplet: C5, 48 and 5C. RGB value is (197,72,92). Sum of RGB (Red+Green+Blue) = 197+72+92=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C5485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5485C is #3AB7A3. Grayscale: #6F6F6F. Windows color (decimal): -3848100 or 6047941. OLE color: 6047941.
HSL color Cylindrical-coordinate representation of color #C5485C: hue angle of 350.4º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5485C is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 92 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.23 |
| HSL | 350.4º | 0.52% | 0.53% | - |
| HSV(B) | 350.4º | 0.63% | 0.77% | - |
| XYZ | 27.28 | 17.28 | 12.02 | - |
| YUV | 111.66 | 116.91 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 92 | 0 | 0.63 | 0.53 | 0.23 | 350.4 | 0.52 | 0.53 |
| Hex | C5 | 48 | 5C | 0 | 3F | 35 | 17 | 15E | 34 | 35 |
| Octal | 305 | 110 | 134 | 0 | 77 | 65 | 27 | 536 | 64 | 65 |
| Binary | 11000101 | 1001000 | 1011100 | 0 | 111111 | 110101 | 10111 | 101011110 | 110100 | 110101 |
Color Harmonies of #C5485C
Complementary color
Monochromatic Colors of #C5485C
Black with #C5485C
Text Example
Text Example
White with #C5485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5485C; }
p { color: rgb(197,72,92); }
H1.HeaderClassName
{
color: #C5485C;
}
.AnyTagClassName
{
color: #C5485C;
}
</style>
background-color css
<style>
a { background-color: #C5485C; }
a { background-color: rgb(197,72,92); }
div.DivClassName
{
background-color: #C5485C;
}
.BgClassName
{
background-color: #C5485C;
}
</style>
border-color css
<style>
span { border-color: #C5485C; }
span { border-color: rgb(197,72,92); }
td.TdClassName
{
border-color: #C5485C;
}
.TagClassName
{
border-color: #C5485C;
}
</style>