Shades of Mandy #CF485C
Tints of Mandy #CF485C
RGB
CMYK
RGB Variations
Color information
#CF485C (or 0xCF485C) is known color: Mandy. HEX triplet: CF, 48 and 5C. RGB value is (207,72,92). Sum of RGB (Red+Green+Blue) = 207+72+92=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF485C is #30B7A3. Grayscale: #727272. Windows color (decimal): -3192740 or 6047951. OLE color: 6047951.
HSL color Cylindrical-coordinate representation of color #CF485C: hue angle of 351.11º 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 #CF485C is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 92 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.19 |
| HSL | 351.11º | 0.58% | 0.55% | - |
| HSV(B) | 351.11º | 0.65% | 0.81% | - |
| XYZ | 29.98 | 18.67 | 12.15 | - |
| YUV | 114.65 | 115.23 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 92 | 0 | 0.65 | 0.56 | 0.19 | 351.11 | 0.58 | 0.55 |
| Hex | CF | 48 | 5C | 0 | 41 | 38 | 13 | 15F | 3A | 37 |
| Octal | 317 | 110 | 134 | 0 | 101 | 70 | 23 | 537 | 72 | 67 |
| Binary | 11001111 | 1001000 | 1011100 | 0 | 1000001 | 111000 | 10011 | 101011111 | 111010 | 110111 |
Color Harmonies of #CF485C
Complementary color
Monochromatic Colors of #CF485C
Black with #CF485C
Text Example
Text Example
White with #CF485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF485C; }
p { color: rgb(207,72,92); }
H1.HeaderClassName
{
color: #CF485C;
}
.AnyTagClassName
{
color: #CF485C;
}
</style>
background-color css
<style>
a { background-color: #CF485C; }
a { background-color: rgb(207,72,92); }
div.DivClassName
{
background-color: #CF485C;
}
.BgClassName
{
background-color: #CF485C;
}
</style>
border-color css
<style>
span { border-color: #CF485C; }
span { border-color: rgb(207,72,92); }
td.TdClassName
{
border-color: #CF485C;
}
.TagClassName
{
border-color: #CF485C;
}
</style>