Shades of Mandy #CA4058
Tints of Mandy #CA4058
RGB
CMYK
RGB Variations
Color information
#CA4058 (or 0xCA4058) is known color: Mandy. HEX triplet: CA, 40 and 58. RGB value is (202,64,88). Sum of RGB (Red+Green+Blue) = 202+64+88=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4058 is #35BFA7. Grayscale: #6C6C6C. Windows color (decimal): -3522472 or 5783754. OLE color: 5783754.
HSL color Cylindrical-coordinate representation of color #CA4058: hue angle of 349.57º 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 #CA4058 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 64 | 88 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.21 |
| HSL | 349.57º | 0.57% | 0.52% | - |
| HSV(B) | 349.57º | 0.68% | 0.79% | - |
| XYZ | 27.95 | 16.93 | 11.03 | - |
| YUV | 108 | 116.72 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 88 | 0 | 0.68 | 0.56 | 0.21 | 349.57 | 0.57 | 0.52 |
| Hex | CA | 40 | 58 | 0 | 44 | 38 | 15 | 15E | 39 | 34 |
| Octal | 312 | 100 | 130 | 0 | 104 | 70 | 25 | 536 | 71 | 64 |
| Binary | 11001010 | 1000000 | 1011000 | 0 | 1000100 | 111000 | 10101 | 101011110 | 111001 | 110100 |
Color Harmonies of #CA4058
Complementary color
Monochromatic Colors of #CA4058
Black with #CA4058
Text Example
Text Example
White with #CA4058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4058; }
p { color: rgb(202,64,88); }
H1.HeaderClassName
{
color: #CA4058;
}
.AnyTagClassName
{
color: #CA4058;
}
</style>
background-color css
<style>
a { background-color: #CA4058; }
a { background-color: rgb(202,64,88); }
div.DivClassName
{
background-color: #CA4058;
}
.BgClassName
{
background-color: #CA4058;
}
</style>
border-color css
<style>
span { border-color: #CA4058; }
span { border-color: rgb(202,64,88); }
td.TdClassName
{
border-color: #CA4058;
}
.TagClassName
{
border-color: #CA4058;
}
</style>