Shades of Mandy #CF405B
Tints of Mandy #CF405B
RGB
CMYK
RGB Variations
Color information
#CF405B (or 0xCF405B) is known color: Mandy. HEX triplet: CF, 40 and 5B. RGB value is (207,64,91). Sum of RGB (Red+Green+Blue) = 207+64+91=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF405B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF405B is #30BFA4. Grayscale: #6D6D6D. Windows color (decimal): -3194789 or 5980367. OLE color: 5980367.
HSL color Cylindrical-coordinate representation of color #CF405B: hue angle of 348.67º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF405B is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 91 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.19 |
| HSL | 348.67º | 0.6% | 0.53% | - |
| HSV(B) | 348.67º | 0.69% | 0.81% | - |
| XYZ | 29.45 | 17.69 | 11.76 | - |
| YUV | 109.84 | 117.38 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 91 | 0 | 0.69 | 0.56 | 0.19 | 348.67 | 0.6 | 0.53 |
| Hex | CF | 40 | 5B | 0 | 45 | 38 | 13 | 15D | 3C | 35 |
| Octal | 317 | 100 | 133 | 0 | 105 | 70 | 23 | 535 | 74 | 65 |
| Binary | 11001111 | 1000000 | 1011011 | 0 | 1000101 | 111000 | 10011 | 101011101 | 111100 | 110101 |
Color Harmonies of #CF405B
Complementary color
Monochromatic Colors of #CF405B
Black with #CF405B
Text Example
Text Example
White with #CF405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF405B; }
p { color: rgb(207,64,91); }
H1.HeaderClassName
{
color: #CF405B;
}
.AnyTagClassName
{
color: #CF405B;
}
</style>
background-color css
<style>
a { background-color: #CF405B; }
a { background-color: rgb(207,64,91); }
div.DivClassName
{
background-color: #CF405B;
}
.BgClassName
{
background-color: #CF405B;
}
</style>
border-color css
<style>
span { border-color: #CF405B; }
span { border-color: rgb(207,64,91); }
td.TdClassName
{
border-color: #CF405B;
}
.TagClassName
{
border-color: #CF405B;
}
</style>