Shades of Mandy #CF4350
Tints of Mandy #CF4350
RGB
CMYK
RGB Variations
Color information
#CF4350 (or 0xCF4350) is known color: Mandy. HEX triplet: CF, 43 and 50. RGB value is (207,67,80). Sum of RGB (Red+Green+Blue) = 207+67+80=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4350 is #30BCAF. Grayscale: #6E6E6E. Windows color (decimal): -3194032 or 5260239. OLE color: 5260239.
HSL color Cylindrical-coordinate representation of color #CF4350: hue angle of 354.43º 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 #CF4350 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 67 | 80 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.19 |
| HSL | 354.43º | 0.59% | 0.54% | - |
| HSV(B) | 354.43º | 0.68% | 0.81% | - |
| XYZ | 29.19 | 17.86 | 9.5 | - |
| YUV | 110.34 | 110.88 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 80 | 0 | 0.68 | 0.61 | 0.19 | 354.43 | 0.59 | 0.54 |
| Hex | CF | 43 | 50 | 0 | 44 | 3D | 13 | 162 | 3B | 36 |
| Octal | 317 | 103 | 120 | 0 | 104 | 75 | 23 | 542 | 73 | 66 |
| Binary | 11001111 | 1000011 | 1010000 | 0 | 1000100 | 111101 | 10011 | 101100010 | 111011 | 110110 |
Color Harmonies of #CF4350
Complementary color
Monochromatic Colors of #CF4350
Black with #CF4350
Text Example
Text Example
White with #CF4350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4350; }
p { color: rgb(207,67,80); }
H1.HeaderClassName
{
color: #CF4350;
}
.AnyTagClassName
{
color: #CF4350;
}
</style>
background-color css
<style>
a { background-color: #CF4350; }
a { background-color: rgb(207,67,80); }
div.DivClassName
{
background-color: #CF4350;
}
.BgClassName
{
background-color: #CF4350;
}
</style>
border-color css
<style>
span { border-color: #CF4350; }
span { border-color: rgb(207,67,80); }
td.TdClassName
{
border-color: #CF4350;
}
.TagClassName
{
border-color: #CF4350;
}
</style>