Shades of Mandy #CA4758
Tints of Mandy #CA4758
RGB
CMYK
RGB Variations
Color information
#CA4758 (or 0xCA4758) is known color: Mandy. HEX triplet: CA, 47 and 58. RGB value is (202,71,88). Sum of RGB (Red+Green+Blue) = 202+71+88=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4758 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4758 is #35B8A7. Grayscale: #707070. Windows color (decimal): -3520680 or 5785546. OLE color: 5785546.
HSL color Cylindrical-coordinate representation of color #CA4758: hue angle of 352.21º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA4758 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 71 | 88 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.21 |
| HSL | 352.21º | 0.55% | 0.54% | - |
| HSV(B) | 352.21º | 0.65% | 0.79% | - |
| XYZ | 28.37 | 17.77 | 11.17 | - |
| YUV | 112.11 | 114.4 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 88 | 0 | 0.65 | 0.56 | 0.21 | 352.21 | 0.55 | 0.54 |
| Hex | CA | 47 | 58 | 0 | 41 | 38 | 15 | 160 | 37 | 36 |
| Octal | 312 | 107 | 130 | 0 | 101 | 70 | 25 | 540 | 67 | 66 |
| Binary | 11001010 | 1000111 | 1011000 | 0 | 1000001 | 111000 | 10101 | 101100000 | 110111 | 110110 |
Color Harmonies of #CA4758
Complementary color
Monochromatic Colors of #CA4758
Black with #CA4758
Text Example
Text Example
White with #CA4758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4758; }
p { color: rgb(202,71,88); }
H1.HeaderClassName
{
color: #CA4758;
}
.AnyTagClassName
{
color: #CA4758;
}
</style>
background-color css
<style>
a { background-color: #CA4758; }
a { background-color: rgb(202,71,88); }
div.DivClassName
{
background-color: #CA4758;
}
.BgClassName
{
background-color: #CA4758;
}
</style>
border-color css
<style>
span { border-color: #CA4758; }
span { border-color: rgb(202,71,88); }
td.TdClassName
{
border-color: #CA4758;
}
.TagClassName
{
border-color: #CA4758;
}
</style>