Shades of Mandy #CF505B
Tints of Mandy #CF505B
RGB
CMYK
RGB Variations
Color information
#CF505B (or 0xCF505B) is known color: Mandy. HEX triplet: CF, 50 and 5B. RGB value is (207,80,91). Sum of RGB (Red+Green+Blue) = 207+80+91=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF505B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF505B is #30AFA4. Grayscale: #777777. Windows color (decimal): -3190693 or 5984463. OLE color: 5984463.
HSL color Cylindrical-coordinate representation of color #CF505B: hue angle of 354.8º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF505B is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 80 | 91 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.19 |
| HSL | 354.8º | 0.57% | 0.56% | - |
| HSV(B) | 354.8º | 0.61% | 0.81% | - |
| XYZ | 30.49 | 19.76 | 12.1 | - |
| YUV | 119.23 | 112.08 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 80 | 91 | 0 | 0.61 | 0.56 | 0.19 | 354.8 | 0.57 | 0.56 |
| Hex | CF | 50 | 5B | 0 | 3D | 38 | 13 | 163 | 39 | 38 |
| Octal | 317 | 120 | 133 | 0 | 75 | 70 | 23 | 543 | 71 | 70 |
| Binary | 11001111 | 1010000 | 1011011 | 0 | 111101 | 111000 | 10011 | 101100011 | 111001 | 111000 |
Color Harmonies of #CF505B
Complementary color
Monochromatic Colors of #CF505B
Black with #CF505B
Text Example
Text Example
White with #CF505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF505B; }
p { color: rgb(207,80,91); }
H1.HeaderClassName
{
color: #CF505B;
}
.AnyTagClassName
{
color: #CF505B;
}
</style>
background-color css
<style>
a { background-color: #CF505B; }
a { background-color: rgb(207,80,91); }
div.DivClassName
{
background-color: #CF505B;
}
.BgClassName
{
background-color: #CF505B;
}
</style>
border-color css
<style>
span { border-color: #CF505B; }
span { border-color: rgb(207,80,91); }
td.TdClassName
{
border-color: #CF505B;
}
.TagClassName
{
border-color: #CF505B;
}
</style>