Shades of Mandy #CF5E5F
Tints of Mandy #CF5E5F
RGB
CMYK
RGB Variations
Color information
#CF5E5F (or 0xCF5E5F) is known color: Mandy. HEX triplet: CF, 5E and 5F. RGB value is (207,94,95). Sum of RGB (Red+Green+Blue) = 207+94+95=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5E5F is #30A1A0. Grayscale: #808080. Windows color (decimal): -3187105 or 6250191. OLE color: 6250191.
HSL color Cylindrical-coordinate representation of color #CF5E5F: hue angle of 359.47º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF5E5F is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 94 | 95 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.19 |
| HSL | 359.47º | 0.54% | 0.59% | - |
| HSV(B) | 359.47º | 0.55% | 0.81% | - |
| XYZ | 31.8 | 22.1 | 13.42 | - |
| YUV | 127.9 | 109.44 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 94 | 95 | 0 | 0.55 | 0.54 | 0.19 | 359.47 | 0.54 | 0.59 |
| Hex | CF | 5E | 5F | 0 | 37 | 36 | 13 | 167 | 36 | 3B |
| Octal | 317 | 136 | 137 | 0 | 67 | 66 | 23 | 547 | 66 | 73 |
| Binary | 11001111 | 1011110 | 1011111 | 0 | 110111 | 110110 | 10011 | 101100111 | 110110 | 111011 |
Color Harmonies of #CF5E5F
Complementary color
Monochromatic Colors of #CF5E5F
Black with #CF5E5F
Text Example
Text Example
White with #CF5E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5E5F; }
p { color: rgb(207,94,95); }
H1.HeaderClassName
{
color: #CF5E5F;
}
.AnyTagClassName
{
color: #CF5E5F;
}
</style>
background-color css
<style>
a { background-color: #CF5E5F; }
a { background-color: rgb(207,94,95); }
div.DivClassName
{
background-color: #CF5E5F;
}
.BgClassName
{
background-color: #CF5E5F;
}
</style>
border-color css
<style>
span { border-color: #CF5E5F; }
span { border-color: rgb(207,94,95); }
td.TdClassName
{
border-color: #CF5E5F;
}
.TagClassName
{
border-color: #CF5E5F;
}
</style>