Shades of Mandy #CF425B
Tints of Mandy #CF425B
RGB
CMYK
RGB Variations
Color information
#CF425B (or 0xCF425B) is known color: Mandy. HEX triplet: CF, 42 and 5B. RGB value is (207,66,91). Sum of RGB (Red+Green+Blue) = 207+66+91=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF425B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF425B is #30BDA4. Grayscale: #6F6F6F. Windows color (decimal): -3194277 or 5980879. OLE color: 5980879.
HSL color Cylindrical-coordinate representation of color #CF425B: hue angle of 349.36º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF425B is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 91 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.19 |
| HSL | 349.36º | 0.59% | 0.54% | - |
| HSV(B) | 349.36º | 0.68% | 0.81% | - |
| XYZ | 29.57 | 17.92 | 11.8 | - |
| YUV | 111.01 | 116.71 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 91 | 0 | 0.68 | 0.56 | 0.19 | 349.36 | 0.59 | 0.54 |
| Hex | CF | 42 | 5B | 0 | 44 | 38 | 13 | 15D | 3B | 36 |
| Octal | 317 | 102 | 133 | 0 | 104 | 70 | 23 | 535 | 73 | 66 |
| Binary | 11001111 | 1000010 | 1011011 | 0 | 1000100 | 111000 | 10011 | 101011101 | 111011 | 110110 |
Color Harmonies of #CF425B
Complementary color
Monochromatic Colors of #CF425B
Black with #CF425B
Text Example
Text Example
White with #CF425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF425B; }
p { color: rgb(207,66,91); }
H1.HeaderClassName
{
color: #CF425B;
}
.AnyTagClassName
{
color: #CF425B;
}
</style>
background-color css
<style>
a { background-color: #CF425B; }
a { background-color: rgb(207,66,91); }
div.DivClassName
{
background-color: #CF425B;
}
.BgClassName
{
background-color: #CF425B;
}
</style>
border-color css
<style>
span { border-color: #CF425B; }
span { border-color: rgb(207,66,91); }
td.TdClassName
{
border-color: #CF425B;
}
.TagClassName
{
border-color: #CF425B;
}
</style>