Shades of Mandy #CA4A4C
Tints of Mandy #CA4A4C
RGB
CMYK
RGB Variations
Color information
#CA4A4C (or 0xCA4A4C) is known color: Mandy. HEX triplet: CA, 4A and 4C. RGB value is (202,74,76). Sum of RGB (Red+Green+Blue) = 202+74+76=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4A4C is #35B5B3. Grayscale: #707070. Windows color (decimal): -3519924 or 4999882. OLE color: 4999882.
HSL color Cylindrical-coordinate representation of color #CA4A4C: hue angle of 359.06º 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 #CA4A4C is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 74 | 76 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.21 |
| HSL | 359.06º | 0.55% | 0.54% | - |
| HSV(B) | 359.06º | 0.63% | 0.79% | - |
| XYZ | 28.11 | 17.98 | 8.83 | - |
| YUV | 112.5 | 107.41 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 76 | 0 | 0.63 | 0.62 | 0.21 | 359.06 | 0.55 | 0.54 |
| Hex | CA | 4A | 4C | 0 | 3F | 3E | 15 | 167 | 37 | 36 |
| Octal | 312 | 112 | 114 | 0 | 77 | 76 | 25 | 547 | 67 | 66 |
| Binary | 11001010 | 1001010 | 1001100 | 0 | 111111 | 111110 | 10101 | 101100111 | 110111 | 110110 |
Color Harmonies of #CA4A4C
Complementary color
Monochromatic Colors of #CA4A4C
Black with #CA4A4C
Text Example
Text Example
White with #CA4A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4A4C; }
p { color: rgb(202,74,76); }
H1.HeaderClassName
{
color: #CA4A4C;
}
.AnyTagClassName
{
color: #CA4A4C;
}
</style>
background-color css
<style>
a { background-color: #CA4A4C; }
a { background-color: rgb(202,74,76); }
div.DivClassName
{
background-color: #CA4A4C;
}
.BgClassName
{
background-color: #CA4A4C;
}
</style>
border-color css
<style>
span { border-color: #CA4A4C; }
span { border-color: rgb(202,74,76); }
td.TdClassName
{
border-color: #CA4A4C;
}
.TagClassName
{
border-color: #CA4A4C;
}
</style>