Shades of Mandy #CF555E
Tints of Mandy #CF555E
RGB
CMYK
RGB Variations
Color information
#CF555E (or 0xCF555E) is known color: Mandy. HEX triplet: CF, 55 and 5E. RGB value is (207,85,94). Sum of RGB (Red+Green+Blue) = 207+85+94=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF555E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF555E is #30AAA1. Grayscale: #7A7A7A. Windows color (decimal): -3189410 or 6182351. OLE color: 6182351.
HSL color Cylindrical-coordinate representation of color #CF555E: hue angle of 355.57º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF555E is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 94 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.19 |
| HSL | 355.57º | 0.56% | 0.57% | - |
| HSV(B) | 355.57º | 0.59% | 0.81% | - |
| XYZ | 31 | 20.57 | 12.93 | - |
| YUV | 122.5 | 111.92 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 94 | 0 | 0.59 | 0.55 | 0.19 | 355.57 | 0.56 | 0.57 |
| Hex | CF | 55 | 5E | 0 | 3B | 37 | 13 | 164 | 38 | 39 |
| Octal | 317 | 125 | 136 | 0 | 73 | 67 | 23 | 544 | 70 | 71 |
| Binary | 11001111 | 1010101 | 1011110 | 0 | 111011 | 110111 | 10011 | 101100100 | 111000 | 111001 |
Color Harmonies of #CF555E
Complementary color
Monochromatic Colors of #CF555E
Black with #CF555E
Text Example
Text Example
White with #CF555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF555E; }
p { color: rgb(207,85,94); }
H1.HeaderClassName
{
color: #CF555E;
}
.AnyTagClassName
{
color: #CF555E;
}
</style>
background-color css
<style>
a { background-color: #CF555E; }
a { background-color: rgb(207,85,94); }
div.DivClassName
{
background-color: #CF555E;
}
.BgClassName
{
background-color: #CF555E;
}
</style>
border-color css
<style>
span { border-color: #CF555E; }
span { border-color: rgb(207,85,94); }
td.TdClassName
{
border-color: #CF555E;
}
.TagClassName
{
border-color: #CF555E;
}
</style>