#CA8242

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

Shades of Peru #CA8242

Tints of Peru #CA8242

Color information

#CA8242 (or 0xCA8242) is unknown color: approx Peru. HEX triplet: CA, 82 and 42. RGB value is (202,130,66). Sum of RGB (Red+Green+Blue) = 202+130+66=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 66 (26.17% from 255 or 16.58% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8242 is #357DBD. Grayscale: #909090. Windows color (decimal): -3505598 or 4358858. OLE color: 4358858.

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

Color convert

RGB20213066-
CMYK00.360.670.21
HSL28.24º56.2%52.55%-
HSV(B)28.24º67.33%79.22%-
XYZ33.3228.928.98-
YUV144.2383.85169.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.75%
GREEN value IS 130 (51.17% from 255) = 32.66%
BLUE value IS 66 (26.17% from 255) = 16.58%
R=50.75%
G=32.66%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021306600.360.670.2128.2456.252.55
HexCA824202443151c3835
Octal31220210204410325347065
Binary11001010100000101000010010010010000111010111100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8242; }

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

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

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

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

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

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

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

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