Shades of Mandy #CA4752
Tints of Mandy #CA4752
RGB
CMYK
RGB Variations
Color information
#CA4752 (or 0xCA4752) is known color: Mandy. HEX triplet: CA, 47 and 52. RGB value is (202,71,82). Sum of RGB (Red+Green+Blue) = 202+71+82=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4752 is #35B8AD. Grayscale: #6F6F6F. Windows color (decimal): -3520686 or 5392330. OLE color: 5392330.
HSL color Cylindrical-coordinate representation of color #CA4752: hue angle of 354.96º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA4752 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 71 | 82 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.21 |
| HSL | 354.96º | 0.55% | 0.54% | - |
| HSV(B) | 354.96º | 0.65% | 0.79% | - |
| XYZ | 28.13 | 17.67 | 9.91 | - |
| YUV | 111.42 | 111.4 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 82 | 0 | 0.65 | 0.59 | 0.21 | 354.96 | 0.55 | 0.54 |
| Hex | CA | 47 | 52 | 0 | 41 | 3B | 15 | 163 | 37 | 36 |
| Octal | 312 | 107 | 122 | 0 | 101 | 73 | 25 | 543 | 67 | 66 |
| Binary | 11001010 | 1000111 | 1010010 | 0 | 1000001 | 111011 | 10101 | 101100011 | 110111 | 110110 |
Color Harmonies of #CA4752
Complementary color
Monochromatic Colors of #CA4752
Black with #CA4752
Text Example
Text Example
White with #CA4752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4752; }
p { color: rgb(202,71,82); }
H1.HeaderClassName
{
color: #CA4752;
}
.AnyTagClassName
{
color: #CA4752;
}
</style>
background-color css
<style>
a { background-color: #CA4752; }
a { background-color: rgb(202,71,82); }
div.DivClassName
{
background-color: #CA4752;
}
.BgClassName
{
background-color: #CA4752;
}
</style>
border-color css
<style>
span { border-color: #CA4752; }
span { border-color: rgb(202,71,82); }
td.TdClassName
{
border-color: #CA4752;
}
.TagClassName
{
border-color: #CA4752;
}
</style>