#CA565E

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

Shades of Mandy #CA565E

Tints of Mandy #CA565E

Color information

#CA565E (or 0xCA565E) is unknown color: approx Mandy. HEX triplet: CA, 56 and 5E. RGB value is (202,86,94). Sum of RGB (Red+Green+Blue) = 202+86+94=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA565E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA565E is #35A9A1. Grayscale: #797979. Windows color (decimal): -3516834 or 6182602. OLE color: 6182602.

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

Color convert

RGB2028694-
CMYK00.570.530.21
HSL355.86º52.25%56.47%-
HSV(B)355.86º57.43%79.22%-
XYZ29.7120.0212.89-
YUV121.6112.43185.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.88%
GREEN value IS 86 (33.98% from 255) = 22.51%
BLUE value IS 94 (37.11% from 255) = 24.61%
R=52.88%
G=22.51%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202869400.570.530.21355.8652.2556.47
HexCA565E03935151643438
Octal31212613607165255446470
Binary1100101010101101011110011100111010110101101100100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA565E; }

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

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

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

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

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

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

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

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