Shades of Mandy #CF4B5D
Tints of Mandy #CF4B5D
RGB
CMYK
RGB Variations
Color information
#CF4B5D (or 0xCF4B5D) is known color: Mandy. HEX triplet: CF, 4B and 5D. RGB value is (207,75,93). Sum of RGB (Red+Green+Blue) = 207+75+93=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4B5D is #30B4A2. Grayscale: #747474. Windows color (decimal): -3191971 or 6114255. OLE color: 6114255.
HSL color Cylindrical-coordinate representation of color #CF4B5D: hue angle of 351.82º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF4B5D is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 75 | 93 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.19 |
| HSL | 351.82º | 0.58% | 0.55% | - |
| HSV(B) | 351.82º | 0.64% | 0.81% | - |
| XYZ | 30.22 | 19.09 | 12.45 | - |
| YUV | 116.52 | 114.73 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 93 | 0 | 0.64 | 0.55 | 0.19 | 351.82 | 0.58 | 0.55 |
| Hex | CF | 4B | 5D | 0 | 40 | 37 | 13 | 160 | 3A | 37 |
| Octal | 317 | 113 | 135 | 0 | 100 | 67 | 23 | 540 | 72 | 67 |
| Binary | 11001111 | 1001011 | 1011101 | 0 | 1000000 | 110111 | 10011 | 101100000 | 111010 | 110111 |
Color Harmonies of #CF4B5D
Complementary color
Monochromatic Colors of #CF4B5D
Black with #CF4B5D
Text Example
Text Example
White with #CF4B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4B5D; }
p { color: rgb(207,75,93); }
H1.HeaderClassName
{
color: #CF4B5D;
}
.AnyTagClassName
{
color: #CF4B5D;
}
</style>
background-color css
<style>
a { background-color: #CF4B5D; }
a { background-color: rgb(207,75,93); }
div.DivClassName
{
background-color: #CF4B5D;
}
.BgClassName
{
background-color: #CF4B5D;
}
</style>
border-color css
<style>
span { border-color: #CF4B5D; }
span { border-color: rgb(207,75,93); }
td.TdClassName
{
border-color: #CF4B5D;
}
.TagClassName
{
border-color: #CF4B5D;
}
</style>