Shades of Mandy #CF485E
Tints of Mandy #CF485E
RGB
CMYK
RGB Variations
Color information
#CF485E (or 0xCF485E) is known color: Mandy. HEX triplet: CF, 48 and 5E. RGB value is (207,72,94). Sum of RGB (Red+Green+Blue) = 207+72+94=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF485E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF485E is #30B7A1. Grayscale: #727272. Windows color (decimal): -3192738 or 6179023. OLE color: 6179023.
HSL color Cylindrical-coordinate representation of color #CF485E: hue angle of 350.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF485E is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 94 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.19 |
| HSL | 350.22º | 0.58% | 0.55% | - |
| HSV(B) | 350.22º | 0.65% | 0.81% | - |
| XYZ | 30.07 | 18.71 | 12.62 | - |
| YUV | 114.87 | 116.23 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 94 | 0 | 0.65 | 0.55 | 0.19 | 350.22 | 0.58 | 0.55 |
| Hex | CF | 48 | 5E | 0 | 41 | 37 | 13 | 15E | 3A | 37 |
| Octal | 317 | 110 | 136 | 0 | 101 | 67 | 23 | 536 | 72 | 67 |
| Binary | 11001111 | 1001000 | 1011110 | 0 | 1000001 | 110111 | 10011 | 101011110 | 111010 | 110111 |
Color Harmonies of #CF485E
Complementary color
Monochromatic Colors of #CF485E
Black with #CF485E
Text Example
Text Example
White with #CF485E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF485E; }
p { color: rgb(207,72,94); }
H1.HeaderClassName
{
color: #CF485E;
}
.AnyTagClassName
{
color: #CF485E;
}
</style>
background-color css
<style>
a { background-color: #CF485E; }
a { background-color: rgb(207,72,94); }
div.DivClassName
{
background-color: #CF485E;
}
.BgClassName
{
background-color: #CF485E;
}
</style>
border-color css
<style>
span { border-color: #CF485E; }
span { border-color: rgb(207,72,94); }
td.TdClassName
{
border-color: #CF485E;
}
.TagClassName
{
border-color: #CF485E;
}
</style>