#CA5256

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

Shades of Mandy #CA5256

Tints of Mandy #CA5256

Color information

#CA5256 (or 0xCA5256) is unknown color: approx Mandy. HEX triplet: CA, 52 and 56. RGB value is (202,82,86). Sum of RGB (Red+Green+Blue) = 202+82+86=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5256 is #35ADA9. Grayscale: #767676. Windows color (decimal): -3517866 or 5657290. OLE color: 5657290.

HSL color Cylindrical-coordinate representation of color #CA5256: hue angle of 358º 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 #CA5256 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB2028286-
CMYK00.590.570.21
HSL358º53.1%55.69%-
HSV(B)358º59.41%79.22%-
XYZ29.0519.2610.99-
YUV118.34109.76187.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.59%
GREEN value IS 82 (32.42% from 255) = 22.16%
BLUE value IS 86 (33.98% from 255) = 23.24%
R=54.59%
G=22.16%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202828600.590.570.2135853.155.69
HexCA525603B39151663538
Octal31212212607371255466570
Binary1100101010100101010110011101111100110101101100110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5256; }

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

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

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

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

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

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

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

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