Shades of Mandy #CF535F
Tints of Mandy #CF535F
RGB
CMYK
RGB Variations
Color information
#CF535F (or 0xCF535F) is known color: Mandy. HEX triplet: CF, 53 and 5F. RGB value is (207,83,95). Sum of RGB (Red+Green+Blue) = 207+83+95=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF535F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF535F is #30ACA0. Grayscale: #797979. Windows color (decimal): -3189921 or 6247375. OLE color: 6247375.
HSL color Cylindrical-coordinate representation of color #CF535F: hue angle of 354.19º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF535F is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 83 | 95 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.19 |
| HSL | 354.19º | 0.56% | 0.57% | - |
| HSV(B) | 354.19º | 0.6% | 0.81% | - |
| XYZ | 30.89 | 20.28 | 13.11 | - |
| YUV | 121.44 | 113.08 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 95 | 0 | 0.60 | 0.54 | 0.19 | 354.19 | 0.56 | 0.57 |
| Hex | CF | 53 | 5F | 0 | 3C | 36 | 13 | 162 | 38 | 39 |
| Octal | 317 | 123 | 137 | 0 | 74 | 66 | 23 | 542 | 70 | 71 |
| Binary | 11001111 | 1010011 | 1011111 | 0 | 111100 | 110110 | 10011 | 101100010 | 111000 | 111001 |
Color Harmonies of #CF535F
Complementary color
Monochromatic Colors of #CF535F
Black with #CF535F
Text Example
Text Example
White with #CF535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF535F; }
p { color: rgb(207,83,95); }
H1.HeaderClassName
{
color: #CF535F;
}
.AnyTagClassName
{
color: #CF535F;
}
</style>
background-color css
<style>
a { background-color: #CF535F; }
a { background-color: rgb(207,83,95); }
div.DivClassName
{
background-color: #CF535F;
}
.BgClassName
{
background-color: #CF535F;
}
</style>
border-color css
<style>
span { border-color: #CF535F; }
span { border-color: rgb(207,83,95); }
td.TdClassName
{
border-color: #CF535F;
}
.TagClassName
{
border-color: #CF535F;
}
</style>