Shades of Mandy #CF4058
Tints of Mandy #CF4058
RGB
CMYK
RGB Variations
Color information
#CF4058 (or 0xCF4058) is known color: Mandy. HEX triplet: CF, 40 and 58. RGB value is (207,64,88). Sum of RGB (Red+Green+Blue) = 207+64+88=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 88 (34.77% from 255 or 24.51% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4058 is #30BFA7. Grayscale: #6D6D6D. Windows color (decimal): -3194792 or 5783759. OLE color: 5783759.
HSL color Cylindrical-coordinate representation of color #CF4058: hue angle of 349.93º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4058 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 88 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.19 |
| HSL | 349.93º | 0.6% | 0.53% | - |
| HSV(B) | 349.93º | 0.69% | 0.81% | - |
| XYZ | 29.33 | 17.64 | 11.09 | - |
| YUV | 109.49 | 115.88 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 88 | 0 | 0.69 | 0.57 | 0.19 | 349.93 | 0.6 | 0.53 |
| Hex | CF | 40 | 58 | 0 | 45 | 39 | 13 | 15E | 3C | 35 |
| Octal | 317 | 100 | 130 | 0 | 105 | 71 | 23 | 536 | 74 | 65 |
| Binary | 11001111 | 1000000 | 1011000 | 0 | 1000101 | 111001 | 10011 | 101011110 | 111100 | 110101 |
Color Harmonies of #CF4058
Complementary color
Monochromatic Colors of #CF4058
Black with #CF4058
Text Example
Text Example
White with #CF4058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4058; }
p { color: rgb(207,64,88); }
H1.HeaderClassName
{
color: #CF4058;
}
.AnyTagClassName
{
color: #CF4058;
}
</style>
background-color css
<style>
a { background-color: #CF4058; }
a { background-color: rgb(207,64,88); }
div.DivClassName
{
background-color: #CF4058;
}
.BgClassName
{
background-color: #CF4058;
}
</style>
border-color css
<style>
span { border-color: #CF4058; }
span { border-color: rgb(207,64,88); }
td.TdClassName
{
border-color: #CF4058;
}
.TagClassName
{
border-color: #CF4058;
}
</style>