Shades of Mandy #CF474B
Tints of Mandy #CF474B
RGB
CMYK
RGB Variations
Color information
#CF474B (or 0xCF474B) is known color: Mandy. HEX triplet: CF, 47 and 4B. RGB value is (207,71,75). Sum of RGB (Red+Green+Blue) = 207+71+75=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF474B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF474B is #30B8B4. Grayscale: #707070. Windows color (decimal): -3193013 or 4933583. OLE color: 4933583.
HSL color Cylindrical-coordinate representation of color #CF474B: hue angle of 358.24º 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 #CF474B is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 75 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.19 |
| HSL | 358.24º | 0.59% | 0.55% | - |
| HSV(B) | 358.24º | 0.66% | 0.81% | - |
| XYZ | 29.26 | 18.28 | 8.64 | - |
| YUV | 112.12 | 107.06 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 75 | 0 | 0.66 | 0.64 | 0.19 | 358.24 | 0.59 | 0.55 |
| Hex | CF | 47 | 4B | 0 | 42 | 40 | 13 | 166 | 3B | 37 |
| Octal | 317 | 107 | 113 | 0 | 102 | 100 | 23 | 546 | 73 | 67 |
| Binary | 11001111 | 1000111 | 1001011 | 0 | 1000010 | 1000000 | 10011 | 101100110 | 111011 | 110111 |
Color Harmonies of #CF474B
Complementary color
Monochromatic Colors of #CF474B
Black with #CF474B
Text Example
Text Example
White with #CF474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF474B; }
p { color: rgb(207,71,75); }
H1.HeaderClassName
{
color: #CF474B;
}
.AnyTagClassName
{
color: #CF474B;
}
</style>
background-color css
<style>
a { background-color: #CF474B; }
a { background-color: rgb(207,71,75); }
div.DivClassName
{
background-color: #CF474B;
}
.BgClassName
{
background-color: #CF474B;
}
</style>
border-color css
<style>
span { border-color: #CF474B; }
span { border-color: rgb(207,71,75); }
td.TdClassName
{
border-color: #CF474B;
}
.TagClassName
{
border-color: #CF474B;
}
</style>