Shades of Mandy #CF495E
Tints of Mandy #CF495E
RGB
CMYK
RGB Variations
Color information
#CF495E (or 0xCF495E) is known color: Mandy. HEX triplet: CF, 49 and 5E. RGB value is (207,73,94). Sum of RGB (Red+Green+Blue) = 207+73+94=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF495E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF495E is #30B6A1. Grayscale: #737373. Windows color (decimal): -3192482 or 6179279. OLE color: 6179279.
HSL color Cylindrical-coordinate representation of color #CF495E: hue angle of 350.6º 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 #CF495E is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 94 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.19 |
| HSL | 350.6º | 0.58% | 0.55% | - |
| HSV(B) | 350.6º | 0.65% | 0.81% | - |
| XYZ | 30.14 | 18.84 | 12.64 | - |
| YUV | 115.46 | 115.89 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 94 | 0 | 0.65 | 0.55 | 0.19 | 350.6 | 0.58 | 0.55 |
| Hex | CF | 49 | 5E | 0 | 41 | 37 | 13 | 15F | 3A | 37 |
| Octal | 317 | 111 | 136 | 0 | 101 | 67 | 23 | 537 | 72 | 67 |
| Binary | 11001111 | 1001001 | 1011110 | 0 | 1000001 | 110111 | 10011 | 101011111 | 111010 | 110111 |
Color Harmonies of #CF495E
Complementary color
Monochromatic Colors of #CF495E
Black with #CF495E
Text Example
Text Example
White with #CF495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF495E; }
p { color: rgb(207,73,94); }
H1.HeaderClassName
{
color: #CF495E;
}
.AnyTagClassName
{
color: #CF495E;
}
</style>
background-color css
<style>
a { background-color: #CF495E; }
a { background-color: rgb(207,73,94); }
div.DivClassName
{
background-color: #CF495E;
}
.BgClassName
{
background-color: #CF495E;
}
</style>
border-color css
<style>
span { border-color: #CF495E; }
span { border-color: rgb(207,73,94); }
td.TdClassName
{
border-color: #CF495E;
}
.TagClassName
{
border-color: #CF495E;
}
</style>