Shades of Mandy #CF4358
Tints of Mandy #CF4358
RGB
CMYK
RGB Variations
Color information
#CF4358 (or 0xCF4358) is known color: Mandy. HEX triplet: CF, 43 and 58. RGB value is (207,67,88). Sum of RGB (Red+Green+Blue) = 207+67+88=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4358 is #30BCA7. Grayscale: #6F6F6F. Windows color (decimal): -3194024 or 5784527. OLE color: 5784527.
HSL color Cylindrical-coordinate representation of color #CF4358: hue angle of 351º 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 #CF4358 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 67 | 88 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.19 |
| HSL | 351º | 0.59% | 0.54% | - |
| HSV(B) | 351º | 0.68% | 0.81% | - |
| XYZ | 29.5 | 17.98 | 11.15 | - |
| YUV | 111.25 | 114.88 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 88 | 0 | 0.68 | 0.57 | 0.19 | 351 | 0.59 | 0.54 |
| Hex | CF | 43 | 58 | 0 | 44 | 39 | 13 | 15F | 3B | 36 |
| Octal | 317 | 103 | 130 | 0 | 104 | 71 | 23 | 537 | 73 | 66 |
| Binary | 11001111 | 1000011 | 1011000 | 0 | 1000100 | 111001 | 10011 | 101011111 | 111011 | 110110 |
Color Harmonies of #CF4358
Complementary color
Monochromatic Colors of #CF4358
Black with #CF4358
Text Example
Text Example
White with #CF4358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4358; }
p { color: rgb(207,67,88); }
H1.HeaderClassName
{
color: #CF4358;
}
.AnyTagClassName
{
color: #CF4358;
}
</style>
background-color css
<style>
a { background-color: #CF4358; }
a { background-color: rgb(207,67,88); }
div.DivClassName
{
background-color: #CF4358;
}
.BgClassName
{
background-color: #CF4358;
}
</style>
border-color css
<style>
span { border-color: #CF4358; }
span { border-color: rgb(207,67,88); }
td.TdClassName
{
border-color: #CF4358;
}
.TagClassName
{
border-color: #CF4358;
}
</style>