Shades of Mandy #CF4A52
Tints of Mandy #CF4A52
RGB
CMYK
RGB Variations
Color information
#CF4A52 (or 0xCF4A52) is known color: Mandy. HEX triplet: CF, 4A and 52. RGB value is (207,74,82). Sum of RGB (Red+Green+Blue) = 207+74+82=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4A52 is #30B5AD. Grayscale: #727272. Windows color (decimal): -3192238 or 5393103. OLE color: 5393103.
HSL color Cylindrical-coordinate representation of color #CF4A52: hue angle of 356.39º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF4A52 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 74 | 82 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.19 |
| HSL | 356.39º | 0.58% | 0.55% | - |
| HSV(B) | 356.39º | 0.64% | 0.81% | - |
| XYZ | 29.7 | 18.77 | 10.04 | - |
| YUV | 114.68 | 109.56 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 82 | 0 | 0.64 | 0.60 | 0.19 | 356.39 | 0.58 | 0.55 |
| Hex | CF | 4A | 52 | 0 | 40 | 3C | 13 | 164 | 3A | 37 |
| Octal | 317 | 112 | 122 | 0 | 100 | 74 | 23 | 544 | 72 | 67 |
| Binary | 11001111 | 1001010 | 1010010 | 0 | 1000000 | 111100 | 10011 | 101100100 | 111010 | 110111 |
Color Harmonies of #CF4A52
Complementary color
Monochromatic Colors of #CF4A52
Black with #CF4A52
Text Example
Text Example
White with #CF4A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4A52; }
p { color: rgb(207,74,82); }
H1.HeaderClassName
{
color: #CF4A52;
}
.AnyTagClassName
{
color: #CF4A52;
}
</style>
background-color css
<style>
a { background-color: #CF4A52; }
a { background-color: rgb(207,74,82); }
div.DivClassName
{
background-color: #CF4A52;
}
.BgClassName
{
background-color: #CF4A52;
}
</style>
border-color css
<style>
span { border-color: #CF4A52; }
span { border-color: rgb(207,74,82); }
td.TdClassName
{
border-color: #CF4A52;
}
.TagClassName
{
border-color: #CF4A52;
}
</style>