#CA525F

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

Shades of Mandy #CA525F

Tints of Mandy #CA525F

Color information

#CA525F (or 0xCA525F) is unknown color: approx Mandy. HEX triplet: CA, 52 and 5F. RGB value is (202,82,95). Sum of RGB (Red+Green+Blue) = 202+82+95=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA525F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA525F is #35ADA0. Grayscale: #777777. Windows color (decimal): -3517857 or 6247114. OLE color: 6247114.

HSL color Cylindrical-coordinate representation of color #CA525F: hue angle of 353.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA525F is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB2028295-
CMYK00.590.530.21
HSL353.5º53.1%55.69%-
HSV(B)353.5º59.41%79.22%-
XYZ29.4419.4213.02-
YUV119.36114.26186.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.30%
GREEN value IS 82 (32.42% from 255) = 21.64%
BLUE value IS 95 (37.5% from 255) = 25.07%
R=53.30%
G=21.64%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202829500.590.530.21353.553.155.69
HexCA525F03B35151623538
Octal31212213707365255426570
Binary1100101010100101011111011101111010110101101100010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA525F; }

 p { color: rgb(202,82,95); }

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

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

 a { background-color: rgb(202,82,95); }

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

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

 span { border-color: rgb(202,82,95); }

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