Shades of Mandy #CA3E5B
Tints of Mandy #CA3E5B
RGB
CMYK
RGB Variations
Color information
#CA3E5B (or 0xCA3E5B) is known color: Mandy. HEX triplet: CA, 3E and 5B. RGB value is (202,62,91). Sum of RGB (Red+Green+Blue) = 202+62+91=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 62 (24.61% from 255 or 17.46% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3E5B is #35C1A4. Grayscale: #6B6B6B. Windows color (decimal): -3522981 or 5979850. OLE color: 5979850.
HSL color Cylindrical-coordinate representation of color #CA3E5B: hue angle of 347.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA3E5B is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 62 | 91 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.21 |
| HSL | 347.57º | 0.57% | 0.52% | - |
| HSV(B) | 347.57º | 0.69% | 0.79% | - |
| XYZ | 27.97 | 16.76 | 11.66 | - |
| YUV | 107.17 | 118.88 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 62 | 91 | 0 | 0.69 | 0.55 | 0.21 | 347.57 | 0.57 | 0.52 |
| Hex | CA | 3E | 5B | 0 | 45 | 37 | 15 | 15C | 39 | 34 |
| Octal | 312 | 76 | 133 | 0 | 105 | 67 | 25 | 534 | 71 | 64 |
| Binary | 11001010 | 111110 | 1011011 | 0 | 1000101 | 110111 | 10101 | 101011100 | 111001 | 110100 |
Color Harmonies of #CA3E5B
Complementary color
Monochromatic Colors of #CA3E5B
Black with #CA3E5B
Text Example
Text Example
White with #CA3E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3E5B; }
p { color: rgb(202,62,91); }
H1.HeaderClassName
{
color: #CA3E5B;
}
.AnyTagClassName
{
color: #CA3E5B;
}
</style>
background-color css
<style>
a { background-color: #CA3E5B; }
a { background-color: rgb(202,62,91); }
div.DivClassName
{
background-color: #CA3E5B;
}
.BgClassName
{
background-color: #CA3E5B;
}
</style>
border-color css
<style>
span { border-color: #CA3E5B; }
span { border-color: rgb(202,62,91); }
td.TdClassName
{
border-color: #CA3E5B;
}
.TagClassName
{
border-color: #CA3E5B;
}
</style>