Shades of Mandy #CA445E
Tints of Mandy #CA445E
RGB
CMYK
RGB Variations
Color information
#CA445E (or 0xCA445E) is known color: Mandy. HEX triplet: CA, 44 and 5E. RGB value is (202,68,94). Sum of RGB (Red+Green+Blue) = 202+68+94=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA445E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA445E is #35BBA1. Grayscale: #6F6F6F. Windows color (decimal): -3521442 or 6177994. OLE color: 6177994.
HSL color Cylindrical-coordinate representation of color #CA445E: hue angle of 348.36º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA445E is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 68 | 94 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.21 |
| HSL | 348.36º | 0.56% | 0.53% | - |
| HSV(B) | 348.36º | 0.66% | 0.79% | - |
| XYZ | 28.44 | 17.5 | 12.47 | - |
| YUV | 111.03 | 118.39 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 68 | 94 | 0 | 0.66 | 0.53 | 0.21 | 348.36 | 0.56 | 0.53 |
| Hex | CA | 44 | 5E | 0 | 42 | 35 | 15 | 15C | 38 | 35 |
| Octal | 312 | 104 | 136 | 0 | 102 | 65 | 25 | 534 | 70 | 65 |
| Binary | 11001010 | 1000100 | 1011110 | 0 | 1000010 | 110101 | 10101 | 101011100 | 111000 | 110101 |
Color Harmonies of #CA445E
Complementary color
Monochromatic Colors of #CA445E
Black with #CA445E
Text Example
Text Example
White with #CA445E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA445E; }
p { color: rgb(202,68,94); }
H1.HeaderClassName
{
color: #CA445E;
}
.AnyTagClassName
{
color: #CA445E;
}
</style>
background-color css
<style>
a { background-color: #CA445E; }
a { background-color: rgb(202,68,94); }
div.DivClassName
{
background-color: #CA445E;
}
.BgClassName
{
background-color: #CA445E;
}
</style>
border-color css
<style>
span { border-color: #CA445E; }
span { border-color: rgb(202,68,94); }
td.TdClassName
{
border-color: #CA445E;
}
.TagClassName
{
border-color: #CA445E;
}
</style>