Shades of Mandy #CF4053
Tints of Mandy #CF4053
RGB
CMYK
RGB Variations
Color information
#CF4053 (or 0xCF4053) is known color: Mandy. HEX triplet: CF, 40 and 53. RGB value is (207,64,83). Sum of RGB (Red+Green+Blue) = 207+64+83=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4053 is #30BFAC. Grayscale: #6C6C6C. Windows color (decimal): -3194797 or 5456079. OLE color: 5456079.
HSL color Cylindrical-coordinate representation of color #CF4053: hue angle of 352.03º 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 #CF4053 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 83 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.19 |
| HSL | 352.03º | 0.6% | 0.53% | - |
| HSV(B) | 352.03º | 0.69% | 0.81% | - |
| XYZ | 29.13 | 17.56 | 10.04 | - |
| YUV | 108.92 | 113.38 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 83 | 0 | 0.69 | 0.60 | 0.19 | 352.03 | 0.6 | 0.53 |
| Hex | CF | 40 | 53 | 0 | 45 | 3C | 13 | 160 | 3C | 35 |
| Octal | 317 | 100 | 123 | 0 | 105 | 74 | 23 | 540 | 74 | 65 |
| Binary | 11001111 | 1000000 | 1010011 | 0 | 1000101 | 111100 | 10011 | 101100000 | 111100 | 110101 |
Color Harmonies of #CF4053
Complementary color
Monochromatic Colors of #CF4053
Black with #CF4053
Text Example
Text Example
White with #CF4053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4053; }
p { color: rgb(207,64,83); }
H1.HeaderClassName
{
color: #CF4053;
}
.AnyTagClassName
{
color: #CF4053;
}
</style>
background-color css
<style>
a { background-color: #CF4053; }
a { background-color: rgb(207,64,83); }
div.DivClassName
{
background-color: #CF4053;
}
.BgClassName
{
background-color: #CF4053;
}
</style>
border-color css
<style>
span { border-color: #CF4053; }
span { border-color: rgb(207,64,83); }
td.TdClassName
{
border-color: #CF4053;
}
.TagClassName
{
border-color: #CF4053;
}
</style>