Shades of Mandy #CA4654
Tints of Mandy #CA4654
RGB
CMYK
RGB Variations
Color information
#CA4654 (or 0xCA4654) is known color: Mandy. HEX triplet: CA, 46 and 54. RGB value is (202,70,84). Sum of RGB (Red+Green+Blue) = 202+70+84=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4654 is #35B9AB. Grayscale: #6F6F6F. Windows color (decimal): -3520940 or 5523146. OLE color: 5523146.
HSL color Cylindrical-coordinate representation of color #CA4654: hue angle of 353.64º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA4654 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 84 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.21 |
| HSL | 353.64º | 0.55% | 0.53% | - |
| HSV(B) | 353.64º | 0.65% | 0.79% | - |
| XYZ | 28.15 | 17.58 | 10.3 | - |
| YUV | 111.06 | 112.73 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 84 | 0 | 0.65 | 0.58 | 0.21 | 353.64 | 0.55 | 0.53 |
| Hex | CA | 46 | 54 | 0 | 41 | 3A | 15 | 162 | 37 | 35 |
| Octal | 312 | 106 | 124 | 0 | 101 | 72 | 25 | 542 | 67 | 65 |
| Binary | 11001010 | 1000110 | 1010100 | 0 | 1000001 | 111010 | 10101 | 101100010 | 110111 | 110101 |
Color Harmonies of #CA4654
Complementary color
Monochromatic Colors of #CA4654
Black with #CA4654
Text Example
Text Example
White with #CA4654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4654; }
p { color: rgb(202,70,84); }
H1.HeaderClassName
{
color: #CA4654;
}
.AnyTagClassName
{
color: #CA4654;
}
</style>
background-color css
<style>
a { background-color: #CA4654; }
a { background-color: rgb(202,70,84); }
div.DivClassName
{
background-color: #CA4654;
}
.BgClassName
{
background-color: #CA4654;
}
</style>
border-color css
<style>
span { border-color: #CA4654; }
span { border-color: rgb(202,70,84); }
td.TdClassName
{
border-color: #CA4654;
}
.TagClassName
{
border-color: #CA4654;
}
</style>