Shades of Mandy #CF5B64
Tints of Mandy #CF5B64
RGB
CMYK
RGB Variations
Color information
#CF5B64 (or 0xCF5B64) is known color: Mandy. HEX triplet: CF, 5B and 64. RGB value is (207,91,100). Sum of RGB (Red+Green+Blue) = 207+91+100=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5B64 is #30A49B. Grayscale: #7E7E7E. Windows color (decimal): -3187868 or 6577103. OLE color: 6577103.
HSL color Cylindrical-coordinate representation of color #CF5B64: hue angle of 355.34º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF5B64 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 91 | 100 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.19 |
| HSL | 355.34º | 0.55% | 0.58% | - |
| HSV(B) | 355.34º | 0.56% | 0.81% | - |
| XYZ | 31.77 | 21.67 | 14.56 | - |
| YUV | 126.71 | 112.93 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 100 | 0 | 0.56 | 0.52 | 0.19 | 355.34 | 0.55 | 0.58 |
| Hex | CF | 5B | 64 | 0 | 38 | 34 | 13 | 163 | 37 | 3A |
| Octal | 317 | 133 | 144 | 0 | 70 | 64 | 23 | 543 | 67 | 72 |
| Binary | 11001111 | 1011011 | 1100100 | 0 | 111000 | 110100 | 10011 | 101100011 | 110111 | 111010 |
Color Harmonies of #CF5B64
Complementary color
Monochromatic Colors of #CF5B64
Black with #CF5B64
Text Example
Text Example
White with #CF5B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5B64; }
p { color: rgb(207,91,100); }
H1.HeaderClassName
{
color: #CF5B64;
}
.AnyTagClassName
{
color: #CF5B64;
}
</style>
background-color css
<style>
a { background-color: #CF5B64; }
a { background-color: rgb(207,91,100); }
div.DivClassName
{
background-color: #CF5B64;
}
.BgClassName
{
background-color: #CF5B64;
}
</style>
border-color css
<style>
span { border-color: #CF5B64; }
span { border-color: rgb(207,91,100); }
td.TdClassName
{
border-color: #CF5B64;
}
.TagClassName
{
border-color: #CF5B64;
}
</style>