Shades of Mandy #CF4652
Tints of Mandy #CF4652
RGB
CMYK
RGB Variations
Color information
#CF4652 (or 0xCF4652) is known color: Mandy. HEX triplet: CF, 46 and 52. RGB value is (207,70,82). Sum of RGB (Red+Green+Blue) = 207+70+82=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4652 is #30B9AD. Grayscale: #707070. Windows color (decimal): -3193262 or 5392079. OLE color: 5392079.
HSL color Cylindrical-coordinate representation of color #CF4652: hue angle of 354.74º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF4652 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 82 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.19 |
| HSL | 354.74º | 0.59% | 0.54% | - |
| HSV(B) | 354.74º | 0.66% | 0.81% | - |
| XYZ | 29.45 | 18.25 | 9.95 | - |
| YUV | 112.33 | 110.89 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 82 | 0 | 0.66 | 0.60 | 0.19 | 354.74 | 0.59 | 0.54 |
| Hex | CF | 46 | 52 | 0 | 42 | 3C | 13 | 163 | 3B | 36 |
| Octal | 317 | 106 | 122 | 0 | 102 | 74 | 23 | 543 | 73 | 66 |
| Binary | 11001111 | 1000110 | 1010010 | 0 | 1000010 | 111100 | 10011 | 101100011 | 111011 | 110110 |
Color Harmonies of #CF4652
Complementary color
Monochromatic Colors of #CF4652
Black with #CF4652
Text Example
Text Example
White with #CF4652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4652; }
p { color: rgb(207,70,82); }
H1.HeaderClassName
{
color: #CF4652;
}
.AnyTagClassName
{
color: #CF4652;
}
</style>
background-color css
<style>
a { background-color: #CF4652; }
a { background-color: rgb(207,70,82); }
div.DivClassName
{
background-color: #CF4652;
}
.BgClassName
{
background-color: #CF4652;
}
</style>
border-color css
<style>
span { border-color: #CF4652; }
span { border-color: rgb(207,70,82); }
td.TdClassName
{
border-color: #CF4652;
}
.TagClassName
{
border-color: #CF4652;
}
</style>