#CA864A

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

Shades of Peru #CA864A

Tints of Peru #CA864A

Color information

#CA864A (or 0xCA864A) is unknown color: approx Peru. HEX triplet: CA, 86 and 4A. RGB value is (202,134,74). Sum of RGB (Red+Green+Blue) = 202+134+74=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA864A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA864A is #3579B5. Grayscale: #939393. Windows color (decimal): -3504566 or 4884170. OLE color: 4884170.

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

Color convert

RGB20213474-
CMYK00.340.630.21
HSL28.13º54.7%54.12%-
HSV(B)28.13º63.37%79.22%-
XYZ34.1230.110.49-
YUV147.4986.53166.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.27%
GREEN value IS 134 (52.73% from 255) = 32.68%
BLUE value IS 74 (29.30% from 255) = 18.05%
R=49.27%
G=32.68%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021347400.340.630.2128.1354.754.12
HexCA864A0223F151c3736
Octal3122061120427725346766
Binary1100101010000110100101001000101111111010111100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA864A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA864A; }

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

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

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

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

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

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

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

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