Shades of Mandy #CA4C4D
Tints of Mandy #CA4C4D
RGB
CMYK
RGB Variations
Color information
#CA4C4D (or 0xCA4C4D) is known color: Mandy. HEX triplet: CA, 4C and 4D. RGB value is (202,76,77). Sum of RGB (Red+Green+Blue) = 202+76+77=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4C4D is #35B3B2. Grayscale: #717171. Windows color (decimal): -3519411 or 5065930. OLE color: 5065930.
HSL color Cylindrical-coordinate representation of color #CA4C4D: hue angle of 359.52º 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 #CA4C4D is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 76 | 77 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.21 |
| HSL | 359.52º | 0.54% | 0.55% | - |
| HSV(B) | 359.52º | 0.62% | 0.79% | - |
| XYZ | 28.28 | 18.26 | 9.06 | - |
| YUV | 113.79 | 107.24 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 76 | 77 | 0 | 0.62 | 0.62 | 0.21 | 359.52 | 0.54 | 0.55 |
| Hex | CA | 4C | 4D | 0 | 3E | 3E | 15 | 168 | 36 | 37 |
| Octal | 312 | 114 | 115 | 0 | 76 | 76 | 25 | 550 | 66 | 67 |
| Binary | 11001010 | 1001100 | 1001101 | 0 | 111110 | 111110 | 10101 | 101101000 | 110110 | 110111 |
Color Harmonies of #CA4C4D
Complementary color
Monochromatic Colors of #CA4C4D
Black with #CA4C4D
Text Example
Text Example
White with #CA4C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4C4D; }
p { color: rgb(202,76,77); }
H1.HeaderClassName
{
color: #CA4C4D;
}
.AnyTagClassName
{
color: #CA4C4D;
}
</style>
background-color css
<style>
a { background-color: #CA4C4D; }
a { background-color: rgb(202,76,77); }
div.DivClassName
{
background-color: #CA4C4D;
}
.BgClassName
{
background-color: #CA4C4D;
}
</style>
border-color css
<style>
span { border-color: #CA4C4D; }
span { border-color: rgb(202,76,77); }
td.TdClassName
{
border-color: #CA4C4D;
}
.TagClassName
{
border-color: #CA4C4D;
}
</style>