Shades of Mandy #CF485B
Tints of Mandy #CF485B
RGB
CMYK
RGB Variations
Color information
#CF485B (or 0xCF485B) is known color: Mandy. HEX triplet: CF, 48 and 5B. RGB value is (207,72,91). Sum of RGB (Red+Green+Blue) = 207+72+91=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF485B is #30B7A4. Grayscale: #727272. Windows color (decimal): -3192741 or 5982415. OLE color: 5982415.
HSL color Cylindrical-coordinate representation of color #CF485B: hue angle of 351.56º 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 #CF485B is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 91 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.19 |
| HSL | 351.56º | 0.58% | 0.55% | - |
| HSV(B) | 351.56º | 0.65% | 0.81% | - |
| XYZ | 29.94 | 18.66 | 11.92 | - |
| YUV | 114.53 | 114.73 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 91 | 0 | 0.65 | 0.56 | 0.19 | 351.56 | 0.58 | 0.55 |
| Hex | CF | 48 | 5B | 0 | 41 | 38 | 13 | 160 | 3A | 37 |
| Octal | 317 | 110 | 133 | 0 | 101 | 70 | 23 | 540 | 72 | 67 |
| Binary | 11001111 | 1001000 | 1011011 | 0 | 1000001 | 111000 | 10011 | 101100000 | 111010 | 110111 |
Color Harmonies of #CF485B
Complementary color
Monochromatic Colors of #CF485B
Black with #CF485B
Text Example
Text Example
White with #CF485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF485B; }
p { color: rgb(207,72,91); }
H1.HeaderClassName
{
color: #CF485B;
}
.AnyTagClassName
{
color: #CF485B;
}
</style>
background-color css
<style>
a { background-color: #CF485B; }
a { background-color: rgb(207,72,91); }
div.DivClassName
{
background-color: #CF485B;
}
.BgClassName
{
background-color: #CF485B;
}
</style>
border-color css
<style>
span { border-color: #CF485B; }
span { border-color: rgb(207,72,91); }
td.TdClassName
{
border-color: #CF485B;
}
.TagClassName
{
border-color: #CF485B;
}
</style>