#CA8942

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

Shades of Peru #CA8942

Tints of Peru #CA8942

Color information

#CA8942 (or 0xCA8942) is unknown color: approx Peru. HEX triplet: CA, 89 and 42. RGB value is (202,137,66). Sum of RGB (Red+Green+Blue) = 202+137+66=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 66 (26.17% from 255 or 16.30% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8942 is #3576BD. Grayscale: #949494. Windows color (decimal): -3503806 or 4360650. OLE color: 4360650.

HSL color Cylindrical-coordinate representation of color #CA8942: hue angle of 31.32º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA8942 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB20213766-
CMYK00.320.670.21
HSL31.32º56.2%52.55%-
HSV(B)31.32º67.33%79.22%-
XYZ34.2930.849.3-
YUV148.3481.53166.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.88%
GREEN value IS 137 (53.91% from 255) = 33.83%
BLUE value IS 66 (26.17% from 255) = 16.30%
R=49.88%
G=33.83%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021376600.320.670.2131.3256.252.55
HexCA894202043151f3835
Octal31221110204010325377065
Binary11001010100010011000010010000010000111010111111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8942; }

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

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

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

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

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

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

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

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