Shades of Mandy #CF4450
Tints of Mandy #CF4450
RGB
CMYK
RGB Variations
Color information
#CF4450 (or 0xCF4450) is known color: Mandy. HEX triplet: CF, 44 and 50. RGB value is (207,68,80). Sum of RGB (Red+Green+Blue) = 207+68+80=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4450 is #30BBAF. Grayscale: #6F6F6F. Windows color (decimal): -3193776 or 5260495. OLE color: 5260495.
HSL color Cylindrical-coordinate representation of color #CF4450: hue angle of 354.82º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF4450 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 80 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.19 |
| HSL | 354.82º | 0.59% | 0.54% | - |
| HSV(B) | 354.82º | 0.67% | 0.81% | - |
| XYZ | 29.25 | 17.98 | 9.52 | - |
| YUV | 110.93 | 110.55 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 80 | 0 | 0.67 | 0.61 | 0.19 | 354.82 | 0.59 | 0.54 |
| Hex | CF | 44 | 50 | 0 | 43 | 3D | 13 | 163 | 3B | 36 |
| Octal | 317 | 104 | 120 | 0 | 103 | 75 | 23 | 543 | 73 | 66 |
| Binary | 11001111 | 1000100 | 1010000 | 0 | 1000011 | 111101 | 10011 | 101100011 | 111011 | 110110 |
Color Harmonies of #CF4450
Complementary color
Monochromatic Colors of #CF4450
Black with #CF4450
Text Example
Text Example
White with #CF4450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4450; }
p { color: rgb(207,68,80); }
H1.HeaderClassName
{
color: #CF4450;
}
.AnyTagClassName
{
color: #CF4450;
}
</style>
background-color css
<style>
a { background-color: #CF4450; }
a { background-color: rgb(207,68,80); }
div.DivClassName
{
background-color: #CF4450;
}
.BgClassName
{
background-color: #CF4450;
}
</style>
border-color css
<style>
span { border-color: #CF4450; }
span { border-color: rgb(207,68,80); }
td.TdClassName
{
border-color: #CF4450;
}
.TagClassName
{
border-color: #CF4450;
}
</style>