Shades of Mandy #CA4852
Tints of Mandy #CA4852
RGB
CMYK
RGB Variations
Color information
#CA4852 (or 0xCA4852) is known color: Mandy. HEX triplet: CA, 48 and 52. RGB value is (202,72,82). Sum of RGB (Red+Green+Blue) = 202+72+82=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4852 is #35B7AD. Grayscale: #707070. Windows color (decimal): -3520430 or 5392586. OLE color: 5392586.
HSL color Cylindrical-coordinate representation of color #CA4852: hue angle of 355.38º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA4852 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 72 | 82 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.21 |
| HSL | 355.38º | 0.55% | 0.54% | - |
| HSV(B) | 355.38º | 0.64% | 0.79% | - |
| XYZ | 28.2 | 17.8 | 9.93 | - |
| YUV | 112.01 | 111.07 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 82 | 0 | 0.64 | 0.59 | 0.21 | 355.38 | 0.55 | 0.54 |
| Hex | CA | 48 | 52 | 0 | 40 | 3B | 15 | 163 | 37 | 36 |
| Octal | 312 | 110 | 122 | 0 | 100 | 73 | 25 | 543 | 67 | 66 |
| Binary | 11001010 | 1001000 | 1010010 | 0 | 1000000 | 111011 | 10101 | 101100011 | 110111 | 110110 |
Color Harmonies of #CA4852
Complementary color
Monochromatic Colors of #CA4852
Black with #CA4852
Text Example
Text Example
White with #CA4852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4852; }
p { color: rgb(202,72,82); }
H1.HeaderClassName
{
color: #CA4852;
}
.AnyTagClassName
{
color: #CA4852;
}
</style>
background-color css
<style>
a { background-color: #CA4852; }
a { background-color: rgb(202,72,82); }
div.DivClassName
{
background-color: #CA4852;
}
.BgClassName
{
background-color: #CA4852;
}
</style>
border-color css
<style>
span { border-color: #CA4852; }
span { border-color: rgb(202,72,82); }
td.TdClassName
{
border-color: #CA4852;
}
.TagClassName
{
border-color: #CA4852;
}
</style>