Shades of Mandy #CF4754
Tints of Mandy #CF4754
RGB
CMYK
RGB Variations
Color information
#CF4754 (or 0xCF4754) is known color: Mandy. HEX triplet: CF, 47 and 54. RGB value is (207,71,84). Sum of RGB (Red+Green+Blue) = 207+71+84=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4754 is #30B8AB. Grayscale: #717171. Windows color (decimal): -3193004 or 5523407. OLE color: 5523407.
HSL color Cylindrical-coordinate representation of color #CF4754: hue angle of 354.26º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF4754 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 84 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.19 |
| HSL | 354.26º | 0.59% | 0.55% | - |
| HSV(B) | 354.26º | 0.66% | 0.81% | - |
| XYZ | 29.59 | 18.41 | 10.38 | - |
| YUV | 113.15 | 111.56 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 84 | 0 | 0.66 | 0.59 | 0.19 | 354.26 | 0.59 | 0.55 |
| Hex | CF | 47 | 54 | 0 | 42 | 3B | 13 | 162 | 3B | 37 |
| Octal | 317 | 107 | 124 | 0 | 102 | 73 | 23 | 542 | 73 | 67 |
| Binary | 11001111 | 1000111 | 1010100 | 0 | 1000010 | 111011 | 10011 | 101100010 | 111011 | 110111 |
Color Harmonies of #CF4754
Complementary color
Monochromatic Colors of #CF4754
Black with #CF4754
Text Example
Text Example
White with #CF4754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4754; }
p { color: rgb(207,71,84); }
H1.HeaderClassName
{
color: #CF4754;
}
.AnyTagClassName
{
color: #CF4754;
}
</style>
background-color css
<style>
a { background-color: #CF4754; }
a { background-color: rgb(207,71,84); }
div.DivClassName
{
background-color: #CF4754;
}
.BgClassName
{
background-color: #CF4754;
}
</style>
border-color css
<style>
span { border-color: #CF4754; }
span { border-color: rgb(207,71,84); }
td.TdClassName
{
border-color: #CF4754;
}
.TagClassName
{
border-color: #CF4754;
}
</style>