Shades of Mandy #CF475D
Tints of Mandy #CF475D
RGB
CMYK
RGB Variations
Color information
#CF475D (or 0xCF475D) is known color: Mandy. HEX triplet: CF, 47 and 5D. RGB value is (207,71,93). Sum of RGB (Red+Green+Blue) = 207+71+93=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF475D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF475D is #30B8A2. Grayscale: #727272. Windows color (decimal): -3192995 or 6113231. OLE color: 6113231.
HSL color Cylindrical-coordinate representation of color #CF475D: hue angle of 350.29º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF475D is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 93 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.19 |
| HSL | 350.29º | 0.59% | 0.55% | - |
| HSV(B) | 350.29º | 0.66% | 0.81% | - |
| XYZ | 29.96 | 18.56 | 12.36 | - |
| YUV | 114.17 | 116.06 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 93 | 0 | 0.66 | 0.55 | 0.19 | 350.29 | 0.59 | 0.55 |
| Hex | CF | 47 | 5D | 0 | 42 | 37 | 13 | 15E | 3B | 37 |
| Octal | 317 | 107 | 135 | 0 | 102 | 67 | 23 | 536 | 73 | 67 |
| Binary | 11001111 | 1000111 | 1011101 | 0 | 1000010 | 110111 | 10011 | 101011110 | 111011 | 110111 |
Color Harmonies of #CF475D
Complementary color
Monochromatic Colors of #CF475D
Black with #CF475D
Text Example
Text Example
White with #CF475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF475D; }
p { color: rgb(207,71,93); }
H1.HeaderClassName
{
color: #CF475D;
}
.AnyTagClassName
{
color: #CF475D;
}
</style>
background-color css
<style>
a { background-color: #CF475D; }
a { background-color: rgb(207,71,93); }
div.DivClassName
{
background-color: #CF475D;
}
.BgClassName
{
background-color: #CF475D;
}
</style>
border-color css
<style>
span { border-color: #CF475D; }
span { border-color: rgb(207,71,93); }
td.TdClassName
{
border-color: #CF475D;
}
.TagClassName
{
border-color: #CF475D;
}
</style>