#CA813D

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

Shades of Peru #CA813D

Tints of Peru #CA813D

Color information

#CA813D (or 0xCA813D) is unknown color: approx Peru. HEX triplet: CA, 81 and 3D. RGB value is (202,129,61). Sum of RGB (Red+Green+Blue) = 202+129+61=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 61 (24.22% from 255 or 15.56% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA813D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA813D is #357EC2. Grayscale: #8F8F8F. Windows color (decimal): -3505859 or 4030922. OLE color: 4030922.

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

Color convert

RGB20212961-
CMYK00.360.700.21
HSL28.94º57.09%51.57%-
HSV(B)28.94º69.8%79.22%-
XYZ33.0528.598.19-
YUV143.0781.68170.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.53%
GREEN value IS 129 (50.78% from 255) = 32.91%
BLUE value IS 61 (24.22% from 255) = 15.56%
R=51.53%
G=32.91%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021296100.360.700.2128.9457.0951.57
HexCA813D02446151d3934
Octal3122017504410625357164
Binary1100101010000001111101010010010001101010111101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA813D; }

 p { color: rgb(202,129,61); }

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

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

 a { background-color: rgb(202,129,61); }

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

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

 span { border-color: rgb(202,129,61); }

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