Shades of Mandy #CF4258
Tints of Mandy #CF4258
RGB
CMYK
RGB Variations
Color information
#CF4258 (or 0xCF4258) is known color: Mandy. HEX triplet: CF, 42 and 58. RGB value is (207,66,88). Sum of RGB (Red+Green+Blue) = 207+66+88=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4258 is #30BDA7. Grayscale: #6E6E6E. Windows color (decimal): -3194280 or 5784271. OLE color: 5784271.
HSL color Cylindrical-coordinate representation of color #CF4258: hue angle of 350.64º 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 #CF4258 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 88 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.19 |
| HSL | 350.64º | 0.59% | 0.54% | - |
| HSV(B) | 350.64º | 0.68% | 0.81% | - |
| XYZ | 29.44 | 17.87 | 11.13 | - |
| YUV | 110.67 | 115.21 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 88 | 0 | 0.68 | 0.57 | 0.19 | 350.64 | 0.59 | 0.54 |
| Hex | CF | 42 | 58 | 0 | 44 | 39 | 13 | 15F | 3B | 36 |
| Octal | 317 | 102 | 130 | 0 | 104 | 71 | 23 | 537 | 73 | 66 |
| Binary | 11001111 | 1000010 | 1011000 | 0 | 1000100 | 111001 | 10011 | 101011111 | 111011 | 110110 |
Color Harmonies of #CF4258
Complementary color
Monochromatic Colors of #CF4258
Black with #CF4258
Text Example
Text Example
White with #CF4258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4258; }
p { color: rgb(207,66,88); }
H1.HeaderClassName
{
color: #CF4258;
}
.AnyTagClassName
{
color: #CF4258;
}
</style>
background-color css
<style>
a { background-color: #CF4258; }
a { background-color: rgb(207,66,88); }
div.DivClassName
{
background-color: #CF4258;
}
.BgClassName
{
background-color: #CF4258;
}
</style>
border-color css
<style>
span { border-color: #CF4258; }
span { border-color: rgb(207,66,88); }
td.TdClassName
{
border-color: #CF4258;
}
.TagClassName
{
border-color: #CF4258;
}
</style>