#CA864B

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

Shades of Peru #CA864B

Tints of Peru #CA864B

Color information

#CA864B (or 0xCA864B) is unknown color: approx Peru. HEX triplet: CA, 86 and 4B. RGB value is (202,134,75). Sum of RGB (Red+Green+Blue) = 202+134+75=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA864B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA864B is #3579B4. Grayscale: #939393. Windows color (decimal): -3504565 or 4949706. OLE color: 4949706.

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

Color convert

RGB20213475-
CMYK00.340.630.21
HSL27.87º54.51%54.31%-
HSV(B)27.87º62.87%79.22%-
XYZ34.1530.1110.67-
YUV147.6187.03166.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.15%
GREEN value IS 134 (52.73% from 255) = 32.60%
BLUE value IS 75 (29.69% from 255) = 18.25%
R=49.15%
G=32.60%
B=18.25%

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
Decimal2021347500.340.630.2127.8754.5154.31
HexCA864B0223F151c3736
Octal3122061130427725346766
Binary1100101010000110100101101000101111111010111100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA864B; }

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

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

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

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

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

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

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

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