Shades of Mandy #CA4A52
Tints of Mandy #CA4A52
RGB
CMYK
RGB Variations
Color information
#CA4A52 (or 0xCA4A52) is known color: Mandy. HEX triplet: CA, 4A and 52. RGB value is (202,74,82). Sum of RGB (Red+Green+Blue) = 202+74+82=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4A52 is #35B5AD. Grayscale: #717171. Windows color (decimal): -3519918 or 5393098. OLE color: 5393098.
HSL color Cylindrical-coordinate representation of color #CA4A52: hue angle of 356.25º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4A52 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 74 | 82 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.21 |
| HSL | 356.25º | 0.55% | 0.54% | - |
| HSV(B) | 356.25º | 0.63% | 0.79% | - |
| XYZ | 28.33 | 18.06 | 9.98 | - |
| YUV | 113.18 | 110.41 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 82 | 0 | 0.63 | 0.59 | 0.21 | 356.25 | 0.55 | 0.54 |
| Hex | CA | 4A | 52 | 0 | 3F | 3B | 15 | 164 | 37 | 36 |
| Octal | 312 | 112 | 122 | 0 | 77 | 73 | 25 | 544 | 67 | 66 |
| Binary | 11001010 | 1001010 | 1010010 | 0 | 111111 | 111011 | 10101 | 101100100 | 110111 | 110110 |
Color Harmonies of #CA4A52
Complementary color
Monochromatic Colors of #CA4A52
Black with #CA4A52
Text Example
Text Example
White with #CA4A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4A52; }
p { color: rgb(202,74,82); }
H1.HeaderClassName
{
color: #CA4A52;
}
.AnyTagClassName
{
color: #CA4A52;
}
</style>
background-color css
<style>
a { background-color: #CA4A52; }
a { background-color: rgb(202,74,82); }
div.DivClassName
{
background-color: #CA4A52;
}
.BgClassName
{
background-color: #CA4A52;
}
</style>
border-color css
<style>
span { border-color: #CA4A52; }
span { border-color: rgb(202,74,82); }
td.TdClassName
{
border-color: #CA4A52;
}
.TagClassName
{
border-color: #CA4A52;
}
</style>