Shades of Mandy #CF474A
Tints of Mandy #CF474A
RGB
CMYK
RGB Variations
Color information
#CF474A (or 0xCF474A) is known color: Mandy. HEX triplet: CF, 47 and 4A. RGB value is (207,71,74). Sum of RGB (Red+Green+Blue) = 207+71+74=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF474A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF474A is #30B8B5. Grayscale: #707070. Windows color (decimal): -3193014 or 4868047. OLE color: 4868047.
HSL color Cylindrical-coordinate representation of color #CF474A: hue angle of 358.68º 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 #CF474A is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 74 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.19 |
| HSL | 358.68º | 0.59% | 0.55% | - |
| HSV(B) | 358.68º | 0.66% | 0.81% | - |
| XYZ | 29.22 | 18.27 | 8.46 | - |
| YUV | 112.01 | 106.56 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 74 | 0 | 0.66 | 0.64 | 0.19 | 358.68 | 0.59 | 0.55 |
| Hex | CF | 47 | 4A | 0 | 42 | 40 | 13 | 167 | 3B | 37 |
| Octal | 317 | 107 | 112 | 0 | 102 | 100 | 23 | 547 | 73 | 67 |
| Binary | 11001111 | 1000111 | 1001010 | 0 | 1000010 | 1000000 | 10011 | 101100111 | 111011 | 110111 |
Color Harmonies of #CF474A
Complementary color
Monochromatic Colors of #CF474A
Black with #CF474A
Text Example
Text Example
White with #CF474A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF474A; }
p { color: rgb(207,71,74); }
H1.HeaderClassName
{
color: #CF474A;
}
.AnyTagClassName
{
color: #CF474A;
}
</style>
background-color css
<style>
a { background-color: #CF474A; }
a { background-color: rgb(207,71,74); }
div.DivClassName
{
background-color: #CF474A;
}
.BgClassName
{
background-color: #CF474A;
}
</style>
border-color css
<style>
span { border-color: #CF474A; }
span { border-color: rgb(207,71,74); }
td.TdClassName
{
border-color: #CF474A;
}
.TagClassName
{
border-color: #CF474A;
}
</style>