Shades of Mandy #CF535D
Tints of Mandy #CF535D
RGB
CMYK
RGB Variations
Color information
#CF535D (or 0xCF535D) is known color: Mandy. HEX triplet: CF, 53 and 5D. RGB value is (207,83,93). Sum of RGB (Red+Green+Blue) = 207+83+93=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF535D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF535D is #30ACA2. Grayscale: #797979. Windows color (decimal): -3189923 or 6116303. OLE color: 6116303.
HSL color Cylindrical-coordinate representation of color #CF535D: hue angle of 355.16º 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 #CF535D is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 83 | 93 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.19 |
| HSL | 355.16º | 0.56% | 0.57% | - |
| HSV(B) | 355.16º | 0.6% | 0.81% | - |
| XYZ | 30.8 | 20.24 | 12.64 | - |
| YUV | 121.22 | 112.08 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 93 | 0 | 0.60 | 0.55 | 0.19 | 355.16 | 0.56 | 0.57 |
| Hex | CF | 53 | 5D | 0 | 3C | 37 | 13 | 163 | 38 | 39 |
| Octal | 317 | 123 | 135 | 0 | 74 | 67 | 23 | 543 | 70 | 71 |
| Binary | 11001111 | 1010011 | 1011101 | 0 | 111100 | 110111 | 10011 | 101100011 | 111000 | 111001 |
Color Harmonies of #CF535D
Complementary color
Monochromatic Colors of #CF535D
Black with #CF535D
Text Example
Text Example
White with #CF535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF535D; }
p { color: rgb(207,83,93); }
H1.HeaderClassName
{
color: #CF535D;
}
.AnyTagClassName
{
color: #CF535D;
}
</style>
background-color css
<style>
a { background-color: #CF535D; }
a { background-color: rgb(207,83,93); }
div.DivClassName
{
background-color: #CF535D;
}
.BgClassName
{
background-color: #CF535D;
}
</style>
border-color css
<style>
span { border-color: #CF535D; }
span { border-color: rgb(207,83,93); }
td.TdClassName
{
border-color: #CF535D;
}
.TagClassName
{
border-color: #CF535D;
}
</style>