Shades of Mandy #CA3F5D
Tints of Mandy #CA3F5D
RGB
CMYK
RGB Variations
Color information
#CA3F5D (or 0xCA3F5D) is known color: Mandy. HEX triplet: CA, 3F and 5D. RGB value is (202,63,93). Sum of RGB (Red+Green+Blue) = 202+63+93=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3F5D is #35C0A2. Grayscale: #6B6B6B. Windows color (decimal): -3522723 or 6111178. OLE color: 6111178.
HSL color Cylindrical-coordinate representation of color #CA3F5D: hue angle of 347.05º 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 #CA3F5D is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 63 | 93 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.21 |
| HSL | 347.05º | 0.57% | 0.52% | - |
| HSV(B) | 347.05º | 0.69% | 0.79% | - |
| XYZ | 28.11 | 16.9 | 12.14 | - |
| YUV | 107.98 | 119.55 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 63 | 93 | 0 | 0.69 | 0.54 | 0.21 | 347.05 | 0.57 | 0.52 |
| Hex | CA | 3F | 5D | 0 | 45 | 36 | 15 | 15B | 39 | 34 |
| Octal | 312 | 77 | 135 | 0 | 105 | 66 | 25 | 533 | 71 | 64 |
| Binary | 11001010 | 111111 | 1011101 | 0 | 1000101 | 110110 | 10101 | 101011011 | 111001 | 110100 |
Color Harmonies of #CA3F5D
Complementary color
Monochromatic Colors of #CA3F5D
Black with #CA3F5D
Text Example
Text Example
White with #CA3F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3F5D; }
p { color: rgb(202,63,93); }
H1.HeaderClassName
{
color: #CA3F5D;
}
.AnyTagClassName
{
color: #CA3F5D;
}
</style>
background-color css
<style>
a { background-color: #CA3F5D; }
a { background-color: rgb(202,63,93); }
div.DivClassName
{
background-color: #CA3F5D;
}
.BgClassName
{
background-color: #CA3F5D;
}
</style>
border-color css
<style>
span { border-color: #CA3F5D; }
span { border-color: rgb(202,63,93); }
td.TdClassName
{
border-color: #CA3F5D;
}
.TagClassName
{
border-color: #CA3F5D;
}
</style>