#CA894A

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

Shades of Peru #CA894A

Tints of Peru #CA894A

Color information

#CA894A (or 0xCA894A) is unknown color: approx Peru. HEX triplet: CA, 89 and 4A. RGB value is (202,137,74). Sum of RGB (Red+Green+Blue) = 202+137+74=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA894A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA894A is #3576B5. Grayscale: #959595. Windows color (decimal): -3503798 or 4884938. OLE color: 4884938.

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

Color convert

RGB20213774-
CMYK00.320.630.21
HSL29.53º54.7%54.12%-
HSV(B)29.53º63.37%79.22%-
XYZ34.5430.9410.63-
YUV149.2585.53165.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.91%
GREEN value IS 137 (53.91% from 255) = 33.17%
BLUE value IS 74 (29.30% from 255) = 17.92%
R=48.91%
G=33.17%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021377400.320.630.2129.5354.754.12
HexCA894A0203F151e3736
Octal3122111120407725366766
Binary1100101010001001100101001000001111111010111110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA894A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA894A; }

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

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

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

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

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

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

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

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