#CA803F

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

Shades of Peru #CA803F

Tints of Peru #CA803F

Color information

#CA803F (or 0xCA803F) is unknown color: approx Peru. HEX triplet: CA, 80 and 3F. RGB value is (202,128,63). Sum of RGB (Red+Green+Blue) = 202+128+63=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA803F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA803F is #357FC0. Grayscale: #8F8F8F. Windows color (decimal): -3506113 or 4161738. OLE color: 4161738.

HSL color Cylindrical-coordinate representation of color #CA803F: hue angle of 28.06º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA803F is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB20212863-
CMYK00.370.690.21
HSL28.06º56.73%51.96%-
HSV(B)28.06º68.81%79.22%-
XYZ32.9728.358.44-
YUV142.7283.02170.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.40%
GREEN value IS 128 (50.39% from 255) = 32.57%
BLUE value IS 63 (25% from 255) = 16.03%
R=51.40%
G=32.57%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021286300.370.690.2128.0656.7351.96
HexCA803F02545151c3934
Octal3122007704510525347164
Binary1100101010000000111111010010110001011010111100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA803F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA803F; }

 p { color: rgb(202,128,63); }

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

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

 a { background-color: rgb(202,128,63); }

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

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

 span { border-color: rgb(202,128,63); }

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