Shades of Mandy #CF475C
Tints of Mandy #CF475C
RGB
CMYK
RGB Variations
Color information
#CF475C (or 0xCF475C) is known color: Mandy. HEX triplet: CF, 47 and 5C. RGB value is (207,71,92). Sum of RGB (Red+Green+Blue) = 207+71+92=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF475C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF475C is #30B8A3. Grayscale: #727272. Windows color (decimal): -3192996 or 6047695. OLE color: 6047695.
HSL color Cylindrical-coordinate representation of color #CF475C: hue angle of 350.74º 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 #CF475C is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 92 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.19 |
| HSL | 350.74º | 0.59% | 0.55% | - |
| HSV(B) | 350.74º | 0.66% | 0.81% | - |
| XYZ | 29.92 | 18.54 | 12.13 | - |
| YUV | 114.06 | 115.56 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 92 | 0 | 0.66 | 0.56 | 0.19 | 350.74 | 0.59 | 0.55 |
| Hex | CF | 47 | 5C | 0 | 42 | 38 | 13 | 15F | 3B | 37 |
| Octal | 317 | 107 | 134 | 0 | 102 | 70 | 23 | 537 | 73 | 67 |
| Binary | 11001111 | 1000111 | 1011100 | 0 | 1000010 | 111000 | 10011 | 101011111 | 111011 | 110111 |
Color Harmonies of #CF475C
Complementary color
Monochromatic Colors of #CF475C
Black with #CF475C
Text Example
Text Example
White with #CF475C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF475C; }
p { color: rgb(207,71,92); }
H1.HeaderClassName
{
color: #CF475C;
}
.AnyTagClassName
{
color: #CF475C;
}
</style>
background-color css
<style>
a { background-color: #CF475C; }
a { background-color: rgb(207,71,92); }
div.DivClassName
{
background-color: #CF475C;
}
.BgClassName
{
background-color: #CF475C;
}
</style>
border-color css
<style>
span { border-color: #CF475C; }
span { border-color: rgb(207,71,92); }
td.TdClassName
{
border-color: #CF475C;
}
.TagClassName
{
border-color: #CF475C;
}
</style>