Shades of Mandy #CF4651
Tints of Mandy #CF4651
RGB
CMYK
RGB Variations
Color information
#CF4651 (or 0xCF4651) is known color: Mandy. HEX triplet: CF, 46 and 51. RGB value is (207,70,81). Sum of RGB (Red+Green+Blue) = 207+70+81=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4651 is #30B9AE. Grayscale: #707070. Windows color (decimal): -3193263 or 5326543. OLE color: 5326543.
HSL color Cylindrical-coordinate representation of color #CF4651: hue angle of 355.18º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF4651 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 81 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.19 |
| HSL | 355.18º | 0.59% | 0.54% | - |
| HSV(B) | 355.18º | 0.66% | 0.81% | - |
| XYZ | 29.41 | 18.24 | 9.76 | - |
| YUV | 112.22 | 110.39 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 81 | 0 | 0.66 | 0.61 | 0.19 | 355.18 | 0.59 | 0.54 |
| Hex | CF | 46 | 51 | 0 | 42 | 3D | 13 | 163 | 3B | 36 |
| Octal | 317 | 106 | 121 | 0 | 102 | 75 | 23 | 543 | 73 | 66 |
| Binary | 11001111 | 1000110 | 1010001 | 0 | 1000010 | 111101 | 10011 | 101100011 | 111011 | 110110 |
Color Harmonies of #CF4651
Complementary color
Monochromatic Colors of #CF4651
Black with #CF4651
Text Example
Text Example
White with #CF4651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4651; }
p { color: rgb(207,70,81); }
H1.HeaderClassName
{
color: #CF4651;
}
.AnyTagClassName
{
color: #CF4651;
}
</style>
background-color css
<style>
a { background-color: #CF4651; }
a { background-color: rgb(207,70,81); }
div.DivClassName
{
background-color: #CF4651;
}
.BgClassName
{
background-color: #CF4651;
}
</style>
border-color css
<style>
span { border-color: #CF4651; }
span { border-color: rgb(207,70,81); }
td.TdClassName
{
border-color: #CF4651;
}
.TagClassName
{
border-color: #CF4651;
}
</style>