#CA8A4C

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

Shades of Peru #CA8A4C

Tints of Peru #CA8A4C

Color information

#CA8A4C (or 0xCA8A4C) is unknown color: approx Peru. HEX triplet: CA, 8A and 4C. RGB value is (202,138,76). Sum of RGB (Red+Green+Blue) = 202+138+76=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8A4C is #3575B3. Grayscale: #969696. Windows color (decimal): -3503540 or 5016266. OLE color: 5016266.

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

Color convert

RGB20213876-
CMYK00.320.620.21
HSL29.52º54.31%54.51%-
HSV(B)29.52º62.38%79.22%-
XYZ34.7531.2611.04-
YUV150.0786.2165.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.56%
GREEN value IS 138 (54.30% from 255) = 33.17%
BLUE value IS 76 (30.08% from 255) = 18.27%
R=48.56%
G=33.17%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021387600.320.620.2129.5254.3154.51
HexCA8A4C0203E151e3637
Octal3122121140407625366667
Binary1100101010001010100110001000001111101010111110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8A4C; }

 p { color: rgb(202,138,76); }

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

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

 a { background-color: rgb(202,138,76); }

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

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

 span { border-color: rgb(202,138,76); }

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