#CA864D

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

Shades of Peru #CA864D

Tints of Peru #CA864D

Color information

#CA864D (or 0xCA864D) is unknown color: approx Peru. HEX triplet: CA, 86 and 4D. RGB value is (202,134,77). Sum of RGB (Red+Green+Blue) = 202+134+77=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA864D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA864D is #3579B2. Grayscale: #949494. Windows color (decimal): -3504563 or 5080778. OLE color: 5080778.

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

Color convert

RGB20213477-
CMYK00.340.620.21
HSL27.36º54.11%54.71%-
HSV(B)27.36º61.88%79.22%-
XYZ34.2230.1411.04-
YUV147.8388.03166.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.91%
GREEN value IS 134 (52.73% from 255) = 32.45%
BLUE value IS 77 (30.47% from 255) = 18.64%
R=48.91%
G=32.45%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021347700.340.620.2127.3654.1154.71
HexCA864D0223E151b3637
Octal3122061150427625336667
Binary1100101010000110100110101000101111101010111011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA864D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA864D; }

 p { color: rgb(202,134,77); }

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

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

 a { background-color: rgb(202,134,77); }

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

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

 span { border-color: rgb(202,134,77); }

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