Shades of Mandy #CF3F5B
Tints of Mandy #CF3F5B
RGB
CMYK
RGB Variations
Color information
#CF3F5B (or 0xCF3F5B) is known color: Mandy. HEX triplet: CF, 3F and 5B. RGB value is (207,63,91). Sum of RGB (Red+Green+Blue) = 207+63+91=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3F5B is #30C0A4. Grayscale: #6D6D6D. Windows color (decimal): -3195045 or 5980111. OLE color: 5980111.
HSL color Cylindrical-coordinate representation of color #CF3F5B: hue angle of 348.33º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF3F5B is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 63 | 91 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.19 |
| HSL | 348.33º | 0.6% | 0.53% | - |
| HSV(B) | 348.33º | 0.7% | 0.81% | - |
| XYZ | 29.4 | 17.58 | 11.74 | - |
| YUV | 109.25 | 117.71 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 63 | 91 | 0 | 0.70 | 0.56 | 0.19 | 348.33 | 0.6 | 0.53 |
| Hex | CF | 3F | 5B | 0 | 46 | 38 | 13 | 15C | 3C | 35 |
| Octal | 317 | 77 | 133 | 0 | 106 | 70 | 23 | 534 | 74 | 65 |
| Binary | 11001111 | 111111 | 1011011 | 0 | 1000110 | 111000 | 10011 | 101011100 | 111100 | 110101 |
Color Harmonies of #CF3F5B
Complementary color
Monochromatic Colors of #CF3F5B
Black with #CF3F5B
Text Example
Text Example
White with #CF3F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3F5B; }
p { color: rgb(207,63,91); }
H1.HeaderClassName
{
color: #CF3F5B;
}
.AnyTagClassName
{
color: #CF3F5B;
}
</style>
background-color css
<style>
a { background-color: #CF3F5B; }
a { background-color: rgb(207,63,91); }
div.DivClassName
{
background-color: #CF3F5B;
}
.BgClassName
{
background-color: #CF3F5B;
}
</style>
border-color css
<style>
span { border-color: #CF3F5B; }
span { border-color: rgb(207,63,91); }
td.TdClassName
{
border-color: #CF3F5B;
}
.TagClassName
{
border-color: #CF3F5B;
}
</style>