Shades of Mandy #CF4547
Tints of Mandy #CF4547
RGB
CMYK
RGB Variations
Color information
#CF4547 (or 0xCF4547) is known color: Mandy. HEX triplet: CF, 45 and 47. RGB value is (207,69,71). Sum of RGB (Red+Green+Blue) = 207+69+71=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4547 is #30BAB8. Grayscale: #6E6E6E. Windows color (decimal): -3193529 or 4670927. OLE color: 4670927.
HSL color Cylindrical-coordinate representation of color #CF4547: hue angle of 359.13º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF4547 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 69 | 71 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.19 |
| HSL | 359.13º | 0.59% | 0.54% | - |
| HSV(B) | 359.13º | 0.67% | 0.81% | - |
| XYZ | 29 | 17.98 | 7.9 | - |
| YUV | 110.49 | 105.72 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 71 | 0 | 0.67 | 0.66 | 0.19 | 359.13 | 0.59 | 0.54 |
| Hex | CF | 45 | 47 | 0 | 43 | 42 | 13 | 167 | 3B | 36 |
| Octal | 317 | 105 | 107 | 0 | 103 | 102 | 23 | 547 | 73 | 66 |
| Binary | 11001111 | 1000101 | 1000111 | 0 | 1000011 | 1000010 | 10011 | 101100111 | 111011 | 110110 |
Color Harmonies of #CF4547
Complementary color
Monochromatic Colors of #CF4547
Black with #CF4547
Text Example
Text Example
White with #CF4547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4547; }
p { color: rgb(207,69,71); }
H1.HeaderClassName
{
color: #CF4547;
}
.AnyTagClassName
{
color: #CF4547;
}
</style>
background-color css
<style>
a { background-color: #CF4547; }
a { background-color: rgb(207,69,71); }
div.DivClassName
{
background-color: #CF4547;
}
.BgClassName
{
background-color: #CF4547;
}
</style>
border-color css
<style>
span { border-color: #CF4547; }
span { border-color: rgb(207,69,71); }
td.TdClassName
{
border-color: #CF4547;
}
.TagClassName
{
border-color: #CF4547;
}
</style>