Shades of Mandy #CF555F
Tints of Mandy #CF555F
RGB
CMYK
RGB Variations
Color information
#CF555F (or 0xCF555F) is known color: Mandy. HEX triplet: CF, 55 and 5F. RGB value is (207,85,95). Sum of RGB (Red+Green+Blue) = 207+85+95=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF555F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF555F is #30AAA0. Grayscale: #7A7A7A. Windows color (decimal): -3189409 or 6247887. OLE color: 6247887.
HSL color Cylindrical-coordinate representation of color #CF555F: hue angle of 355.08º 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 #CF555F is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 95 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.19 |
| HSL | 355.08º | 0.56% | 0.57% | - |
| HSV(B) | 355.08º | 0.59% | 0.81% | - |
| XYZ | 31.05 | 20.59 | 13.16 | - |
| YUV | 122.62 | 112.42 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 95 | 0 | 0.59 | 0.54 | 0.19 | 355.08 | 0.56 | 0.57 |
| Hex | CF | 55 | 5F | 0 | 3B | 36 | 13 | 163 | 38 | 39 |
| Octal | 317 | 125 | 137 | 0 | 73 | 66 | 23 | 543 | 70 | 71 |
| Binary | 11001111 | 1010101 | 1011111 | 0 | 111011 | 110110 | 10011 | 101100011 | 111000 | 111001 |
Color Harmonies of #CF555F
Complementary color
Monochromatic Colors of #CF555F
Black with #CF555F
Text Example
Text Example
White with #CF555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF555F; }
p { color: rgb(207,85,95); }
H1.HeaderClassName
{
color: #CF555F;
}
.AnyTagClassName
{
color: #CF555F;
}
</style>
background-color css
<style>
a { background-color: #CF555F; }
a { background-color: rgb(207,85,95); }
div.DivClassName
{
background-color: #CF555F;
}
.BgClassName
{
background-color: #CF555F;
}
</style>
border-color css
<style>
span { border-color: #CF555F; }
span { border-color: rgb(207,85,95); }
td.TdClassName
{
border-color: #CF555F;
}
.TagClassName
{
border-color: #CF555F;
}
</style>