#CA8849

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

Shades of Peru #CA8849

Tints of Peru #CA8849

Color information

#CA8849 (or 0xCA8849) is unknown color: approx Peru. HEX triplet: CA, 88 and 49. RGB value is (202,136,73). Sum of RGB (Red+Green+Blue) = 202+136+73=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8849 is #3577B6. Grayscale: #949494. Windows color (decimal): -3504055 or 4819146. OLE color: 4819146.

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

Color convert

RGB20213673-
CMYK00.330.640.21
HSL29.3º54.89%53.92%-
HSV(B)29.3º63.86%79.22%-
XYZ34.3630.6510.41-
YUV148.5585.37166.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.15%
GREEN value IS 136 (53.52% from 255) = 33.09%
BLUE value IS 73 (28.91% from 255) = 17.76%
R=49.15%
G=33.09%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021367300.330.640.2129.354.8953.92
HexCA884902140151d3736
Octal31221011104110025356766
Binary11001010100010001001001010000110000001010111101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8849; }

 p { color: rgb(202,136,73); }

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

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

 a { background-color: rgb(202,136,73); }

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

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

 span { border-color: rgb(202,136,73); }

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