Shades of Mandy #CA424C
Tints of Mandy #CA424C
RGB
CMYK
RGB Variations
Color information
#CA424C (or 0xCA424C) is known color: Mandy. HEX triplet: CA, 42 and 4C. RGB value is (202,66,76). Sum of RGB (Red+Green+Blue) = 202+66+76=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA424C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA424C is #35BDB3. Grayscale: #6B6B6B. Windows color (decimal): -3521972 or 4997834. OLE color: 4997834.
HSL color Cylindrical-coordinate representation of color #CA424C: hue angle of 355.59º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA424C is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 66 | 76 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.21 |
| HSL | 355.59º | 0.56% | 0.53% | - |
| HSV(B) | 355.59º | 0.67% | 0.79% | - |
| XYZ | 27.61 | 16.97 | 8.66 | - |
| YUV | 107.8 | 110.06 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 76 | 0 | 0.67 | 0.62 | 0.21 | 355.59 | 0.56 | 0.53 |
| Hex | CA | 42 | 4C | 0 | 43 | 3E | 15 | 164 | 38 | 35 |
| Octal | 312 | 102 | 114 | 0 | 103 | 76 | 25 | 544 | 70 | 65 |
| Binary | 11001010 | 1000010 | 1001100 | 0 | 1000011 | 111110 | 10101 | 101100100 | 111000 | 110101 |
Color Harmonies of #CA424C
Complementary color
Monochromatic Colors of #CA424C
Black with #CA424C
Text Example
Text Example
White with #CA424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA424C; }
p { color: rgb(202,66,76); }
H1.HeaderClassName
{
color: #CA424C;
}
.AnyTagClassName
{
color: #CA424C;
}
</style>
background-color css
<style>
a { background-color: #CA424C; }
a { background-color: rgb(202,66,76); }
div.DivClassName
{
background-color: #CA424C;
}
.BgClassName
{
background-color: #CA424C;
}
</style>
border-color css
<style>
span { border-color: #CA424C; }
span { border-color: rgb(202,66,76); }
td.TdClassName
{
border-color: #CA424C;
}
.TagClassName
{
border-color: #CA424C;
}
</style>