#CA5062

Color #CA5062 Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #CA5062

Tints of Mandy #CA5062

Color information

#CA5062 (or 0xCA5062) is unknown color: approx Mandy. HEX triplet: CA, 50 and 62. RGB value is (202,80,98). Sum of RGB (Red+Green+Blue) = 202+80+98=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5062 is #35AF9D. Grayscale: #767676. Windows color (decimal): -3518366 or 6443210. OLE color: 6443210.

HSL color Cylindrical-coordinate representation of color #CA5062: hue angle of 351.15º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA5062 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB2028098-
CMYK00.600.510.21
HSL351.15º53.51%55.29%-
HSV(B)351.15º60.4%79.22%-
XYZ29.4319.1813.71-
YUV118.53116.42187.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 53.16%
GREEN value IS 80 (31.64% from 255) = 21.05%
BLUE value IS 98 (38.67% from 255) = 25.79%
R=53.16%
G=21.05%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202809800.600.510.21351.1553.5155.29
HexCA506203C331515f3637
Octal31212014207463255376667
Binary1100101010100001100010011110011001110101101011111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5062; }

 p { color: rgb(202,80,98); }

 H1.HeaderClassName
 {
   color: #CA5062;
 }
 .AnyTagClassName
 {
   color: #CA5062;
 }
</style>
background-color css

<style>
 a { background-color: #CA5062; }

 a { background-color: rgb(202,80,98); }

 div.DivClassName
 {
   background-color: #CA5062;
 }
 .BgClassName
 {
   background-color: #CA5062;
 }
</style>
border-color css

<style>
 span { border-color: #CA5062; }

 span { border-color: rgb(202,80,98); }

 td.TdClassName
 {
   border-color: #CA5062;
 }
 .TagClassName
 {
   border-color: #CA5062;
 }
</style>