Shades of Mandy #CA425D
Tints of Mandy #CA425D
RGB
CMYK
RGB Variations
Color information
#CA425D (or 0xCA425D) is known color: Mandy. HEX triplet: CA, 42 and 5D. RGB value is (202,66,93). Sum of RGB (Red+Green+Blue) = 202+66+93=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA425D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA425D is #35BDA2. Grayscale: #6D6D6D. Windows color (decimal): -3521955 or 6111946. OLE color: 6111946.
HSL color Cylindrical-coordinate representation of color #CA425D: hue angle of 348.09º 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 #CA425D is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 66 | 93 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.21 |
| HSL | 348.09º | 0.56% | 0.53% | - |
| HSV(B) | 348.09º | 0.67% | 0.79% | - |
| XYZ | 28.28 | 17.24 | 12.19 | - |
| YUV | 109.74 | 118.56 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 93 | 0 | 0.67 | 0.54 | 0.21 | 348.09 | 0.56 | 0.53 |
| Hex | CA | 42 | 5D | 0 | 43 | 36 | 15 | 15C | 38 | 35 |
| Octal | 312 | 102 | 135 | 0 | 103 | 66 | 25 | 534 | 70 | 65 |
| Binary | 11001010 | 1000010 | 1011101 | 0 | 1000011 | 110110 | 10101 | 101011100 | 111000 | 110101 |
Color Harmonies of #CA425D
Complementary color
Monochromatic Colors of #CA425D
Black with #CA425D
Text Example
Text Example
White with #CA425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA425D; }
p { color: rgb(202,66,93); }
H1.HeaderClassName
{
color: #CA425D;
}
.AnyTagClassName
{
color: #CA425D;
}
</style>
background-color css
<style>
a { background-color: #CA425D; }
a { background-color: rgb(202,66,93); }
div.DivClassName
{
background-color: #CA425D;
}
.BgClassName
{
background-color: #CA425D;
}
</style>
border-color css
<style>
span { border-color: #CA425D; }
span { border-color: rgb(202,66,93); }
td.TdClassName
{
border-color: #CA425D;
}
.TagClassName
{
border-color: #CA425D;
}
</style>