Shades of Mandy #CF4655
Tints of Mandy #CF4655
RGB
CMYK
RGB Variations
Color information
#CF4655 (or 0xCF4655) is known color: Mandy. HEX triplet: CF, 46 and 55. RGB value is (207,70,85). Sum of RGB (Red+Green+Blue) = 207+70+85=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4655 is #30B9AA. Grayscale: #707070. Windows color (decimal): -3193259 or 5588687. OLE color: 5588687.
HSL color Cylindrical-coordinate representation of color #CF4655: hue angle of 353.43º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF4655 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 85 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.19 |
| HSL | 353.43º | 0.59% | 0.54% | - |
| HSV(B) | 353.43º | 0.66% | 0.81% | - |
| XYZ | 29.56 | 18.3 | 10.57 | - |
| YUV | 112.67 | 112.39 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 85 | 0 | 0.66 | 0.59 | 0.19 | 353.43 | 0.59 | 0.54 |
| Hex | CF | 46 | 55 | 0 | 42 | 3B | 13 | 161 | 3B | 36 |
| Octal | 317 | 106 | 125 | 0 | 102 | 73 | 23 | 541 | 73 | 66 |
| Binary | 11001111 | 1000110 | 1010101 | 0 | 1000010 | 111011 | 10011 | 101100001 | 111011 | 110110 |
Color Harmonies of #CF4655
Complementary color
Monochromatic Colors of #CF4655
Black with #CF4655
Text Example
Text Example
White with #CF4655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4655; }
p { color: rgb(207,70,85); }
H1.HeaderClassName
{
color: #CF4655;
}
.AnyTagClassName
{
color: #CF4655;
}
</style>
background-color css
<style>
a { background-color: #CF4655; }
a { background-color: rgb(207,70,85); }
div.DivClassName
{
background-color: #CF4655;
}
.BgClassName
{
background-color: #CF4655;
}
</style>
border-color css
<style>
span { border-color: #CF4655; }
span { border-color: rgb(207,70,85); }
td.TdClassName
{
border-color: #CF4655;
}
.TagClassName
{
border-color: #CF4655;
}
</style>