Shades of Mandy #CF5B63
Tints of Mandy #CF5B63
RGB
CMYK
RGB Variations
Color information
#CF5B63 (or 0xCF5B63) is known color: Mandy. HEX triplet: CF, 5B and 63. RGB value is (207,91,99). Sum of RGB (Red+Green+Blue) = 207+91+99=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5B63 is #30A49C. Grayscale: #7E7E7E. Windows color (decimal): -3187869 or 6511567. OLE color: 6511567.
HSL color Cylindrical-coordinate representation of color #CF5B63: hue angle of 355.86º 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 #CF5B63 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 91 | 99 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.19 |
| HSL | 355.86º | 0.55% | 0.58% | - |
| HSV(B) | 355.86º | 0.56% | 0.81% | - |
| XYZ | 31.73 | 21.65 | 14.31 | - |
| YUV | 126.6 | 112.43 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 99 | 0 | 0.56 | 0.52 | 0.19 | 355.86 | 0.55 | 0.58 |
| Hex | CF | 5B | 63 | 0 | 38 | 34 | 13 | 164 | 37 | 3A |
| Octal | 317 | 133 | 143 | 0 | 70 | 64 | 23 | 544 | 67 | 72 |
| Binary | 11001111 | 1011011 | 1100011 | 0 | 111000 | 110100 | 10011 | 101100100 | 110111 | 111010 |
Color Harmonies of #CF5B63
Complementary color
Monochromatic Colors of #CF5B63
Black with #CF5B63
Text Example
Text Example
White with #CF5B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5B63; }
p { color: rgb(207,91,99); }
H1.HeaderClassName
{
color: #CF5B63;
}
.AnyTagClassName
{
color: #CF5B63;
}
</style>
background-color css
<style>
a { background-color: #CF5B63; }
a { background-color: rgb(207,91,99); }
div.DivClassName
{
background-color: #CF5B63;
}
.BgClassName
{
background-color: #CF5B63;
}
</style>
border-color css
<style>
span { border-color: #CF5B63; }
span { border-color: rgb(207,91,99); }
td.TdClassName
{
border-color: #CF5B63;
}
.TagClassName
{
border-color: #CF5B63;
}
</style>