#CA8145

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

Shades of Peru #CA8145

Tints of Peru #CA8145

Color information

#CA8145 (or 0xCA8145) is unknown color: approx Peru. HEX triplet: CA, 81 and 45. RGB value is (202,129,69). Sum of RGB (Red+Green+Blue) = 202+129+69=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8145 is #357EBA. Grayscale: #909090. Windows color (decimal): -3505851 or 4555210. OLE color: 4555210.

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

Color convert

RGB20212969-
CMYK00.360.660.21
HSL27.07º55.65%53.14%-
HSV(B)27.07º65.84%79.22%-
XYZ33.2828.699.41-
YUV143.9985.68169.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.5%
GREEN value IS 129 (50.78% from 255) = 32.25%
BLUE value IS 69 (27.34% from 255) = 17.25%
R=50.5%
G=32.25%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021296900.360.660.2127.0755.6553.14
HexCA814502442151b3835
Octal31220110504410225337065
Binary11001010100000011000101010010010000101010111011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8145; }

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

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

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

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

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

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

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

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