Shades of Mandy #CF4055
Tints of Mandy #CF4055
RGB
CMYK
RGB Variations
Color information
#CF4055 (or 0xCF4055) is known color: Mandy. HEX triplet: CF, 40 and 55. RGB value is (207,64,85). Sum of RGB (Red+Green+Blue) = 207+64+85=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4055 is #30BFAA. Grayscale: #6D6D6D. Windows color (decimal): -3194795 or 5587151. OLE color: 5587151.
HSL color Cylindrical-coordinate representation of color #CF4055: hue angle of 351.19º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4055 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 85 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.19 |
| HSL | 351.19º | 0.6% | 0.53% | - |
| HSV(B) | 351.19º | 0.69% | 0.81% | - |
| XYZ | 29.21 | 17.59 | 10.45 | - |
| YUV | 109.15 | 114.38 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 85 | 0 | 0.69 | 0.59 | 0.19 | 351.19 | 0.6 | 0.53 |
| Hex | CF | 40 | 55 | 0 | 45 | 3B | 13 | 15F | 3C | 35 |
| Octal | 317 | 100 | 125 | 0 | 105 | 73 | 23 | 537 | 74 | 65 |
| Binary | 11001111 | 1000000 | 1010101 | 0 | 1000101 | 111011 | 10011 | 101011111 | 111100 | 110101 |
Color Harmonies of #CF4055
Complementary color
Monochromatic Colors of #CF4055
Black with #CF4055
Text Example
Text Example
White with #CF4055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4055; }
p { color: rgb(207,64,85); }
H1.HeaderClassName
{
color: #CF4055;
}
.AnyTagClassName
{
color: #CF4055;
}
</style>
background-color css
<style>
a { background-color: #CF4055; }
a { background-color: rgb(207,64,85); }
div.DivClassName
{
background-color: #CF4055;
}
.BgClassName
{
background-color: #CF4055;
}
</style>
border-color css
<style>
span { border-color: #CF4055; }
span { border-color: rgb(207,64,85); }
td.TdClassName
{
border-color: #CF4055;
}
.TagClassName
{
border-color: #CF4055;
}
</style>