#CA854A

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

Shades of Peru #CA854A

Tints of Peru #CA854A

Color information

#CA854A (or 0xCA854A) is unknown color: approx Peru. HEX triplet: CA, 85 and 4A. RGB value is (202,133,74). Sum of RGB (Red+Green+Blue) = 202+133+74=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA854A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA854A is #357AB5. Grayscale: #939393. Windows color (decimal): -3504822 or 4883914. OLE color: 4883914.

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

Color convert

RGB20213374-
CMYK00.340.630.21
HSL27.66º54.7%54.12%-
HSV(B)27.66º63.37%79.22%-
XYZ33.9829.8310.44-
YUV146.986.86167.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.39%
GREEN value IS 133 (52.34% from 255) = 32.52%
BLUE value IS 74 (29.30% from 255) = 18.09%
R=49.39%
G=32.52%
B=18.09%

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
Decimal2021337400.340.630.2127.6654.754.12
HexCA854A0223F151c3736
Octal3122051120427725346766
Binary1100101010000101100101001000101111111010111100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA854A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA854A; }

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

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

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

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

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

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

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

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