Shades of Mandy #CF5253
Tints of Mandy #CF5253
RGB
CMYK
RGB Variations
Color information
#CF5253 (or 0xCF5253) is known color: Mandy. HEX triplet: CF, 52 and 53. RGB value is (207,82,83). Sum of RGB (Red+Green+Blue) = 207+82+83=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5253 is #30ADAC. Grayscale: #777777. Windows color (decimal): -3190189 or 5460687. OLE color: 5460687.
HSL color Cylindrical-coordinate representation of color #CF5253: hue angle of 359.52º degrees, saturation: 0.57, 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 #CF5253 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 82 | 83 | - |
| CMYK | 0 | 0.60 | 0.60 | 0.19 |
| HSL | 359.52º | 0.57% | 0.57% | - |
| HSV(B) | 359.52º | 0.6% | 0.81% | - |
| XYZ | 30.31 | 19.92 | 10.43 | - |
| YUV | 119.49 | 107.41 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 83 | 0 | 0.60 | 0.60 | 0.19 | 359.52 | 0.57 | 0.57 |
| Hex | CF | 52 | 53 | 0 | 3C | 3C | 13 | 168 | 39 | 39 |
| Octal | 317 | 122 | 123 | 0 | 74 | 74 | 23 | 550 | 71 | 71 |
| Binary | 11001111 | 1010010 | 1010011 | 0 | 111100 | 111100 | 10011 | 101101000 | 111001 | 111001 |
Color Harmonies of #CF5253
Complementary color
Monochromatic Colors of #CF5253
Black with #CF5253
Text Example
Text Example
White with #CF5253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5253; }
p { color: rgb(207,82,83); }
H1.HeaderClassName
{
color: #CF5253;
}
.AnyTagClassName
{
color: #CF5253;
}
</style>
background-color css
<style>
a { background-color: #CF5253; }
a { background-color: rgb(207,82,83); }
div.DivClassName
{
background-color: #CF5253;
}
.BgClassName
{
background-color: #CF5253;
}
</style>
border-color css
<style>
span { border-color: #CF5253; }
span { border-color: rgb(207,82,83); }
td.TdClassName
{
border-color: #CF5253;
}
.TagClassName
{
border-color: #CF5253;
}
</style>