Shades of Mandy #CA4D51
Tints of Mandy #CA4D51
RGB
CMYK
RGB Variations
Color information
#CA4D51 (or 0xCA4D51) is known color: Mandy. HEX triplet: CA, 4D and 51. RGB value is (202,77,81). Sum of RGB (Red+Green+Blue) = 202+77+81=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4D51 is #35B2AE. Grayscale: #727272. Windows color (decimal): -3519151 or 5328330. OLE color: 5328330.
HSL color Cylindrical-coordinate representation of color #CA4D51: hue angle of 358.08º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4D51 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 81 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.21 |
| HSL | 358.08º | 0.54% | 0.55% | - |
| HSV(B) | 358.08º | 0.62% | 0.79% | - |
| XYZ | 28.5 | 18.46 | 9.85 | - |
| YUV | 114.83 | 108.91 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 81 | 0 | 0.62 | 0.60 | 0.21 | 358.08 | 0.54 | 0.55 |
| Hex | CA | 4D | 51 | 0 | 3E | 3C | 15 | 166 | 36 | 37 |
| Octal | 312 | 115 | 121 | 0 | 76 | 74 | 25 | 546 | 66 | 67 |
| Binary | 11001010 | 1001101 | 1010001 | 0 | 111110 | 111100 | 10101 | 101100110 | 110110 | 110111 |
Color Harmonies of #CA4D51
Complementary color
Monochromatic Colors of #CA4D51
Black with #CA4D51
Text Example
Text Example
White with #CA4D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4D51; }
p { color: rgb(202,77,81); }
H1.HeaderClassName
{
color: #CA4D51;
}
.AnyTagClassName
{
color: #CA4D51;
}
</style>
background-color css
<style>
a { background-color: #CA4D51; }
a { background-color: rgb(202,77,81); }
div.DivClassName
{
background-color: #CA4D51;
}
.BgClassName
{
background-color: #CA4D51;
}
</style>
border-color css
<style>
span { border-color: #CA4D51; }
span { border-color: rgb(202,77,81); }
td.TdClassName
{
border-color: #CA4D51;
}
.TagClassName
{
border-color: #CA4D51;
}
</style>