Shades of Mandy #CA4057
Tints of Mandy #CA4057
RGB
CMYK
RGB Variations
Color information
#CA4057 (or 0xCA4057) is known color: Mandy. HEX triplet: CA, 40 and 57. RGB value is (202,64,87). Sum of RGB (Red+Green+Blue) = 202+64+87=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 87 (34.38% from 255 or 24.65% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4057 is #35BFA8. Grayscale: #6B6B6B. Windows color (decimal): -3522473 or 5718218. OLE color: 5718218.
HSL color Cylindrical-coordinate representation of color #CA4057: hue angle of 350º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4057 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 64 | 87 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.21 |
| HSL | 350º | 0.57% | 0.52% | - |
| HSV(B) | 350º | 0.68% | 0.79% | - |
| XYZ | 27.91 | 16.91 | 10.81 | - |
| YUV | 107.88 | 116.22 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 87 | 0 | 0.68 | 0.57 | 0.21 | 350 | 0.57 | 0.52 |
| Hex | CA | 40 | 57 | 0 | 44 | 39 | 15 | 15E | 39 | 34 |
| Octal | 312 | 100 | 127 | 0 | 104 | 71 | 25 | 536 | 71 | 64 |
| Binary | 11001010 | 1000000 | 1010111 | 0 | 1000100 | 111001 | 10101 | 101011110 | 111001 | 110100 |
Color Harmonies of #CA4057
Complementary color
Monochromatic Colors of #CA4057
Black with #CA4057
Text Example
Text Example
White with #CA4057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4057; }
p { color: rgb(202,64,87); }
H1.HeaderClassName
{
color: #CA4057;
}
.AnyTagClassName
{
color: #CA4057;
}
</style>
background-color css
<style>
a { background-color: #CA4057; }
a { background-color: rgb(202,64,87); }
div.DivClassName
{
background-color: #CA4057;
}
.BgClassName
{
background-color: #CA4057;
}
</style>
border-color css
<style>
span { border-color: #CA4057; }
span { border-color: rgb(202,64,87); }
td.TdClassName
{
border-color: #CA4057;
}
.TagClassName
{
border-color: #CA4057;
}
</style>