#CA8A4A

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

Shades of Peru #CA8A4A

Tints of Peru #CA8A4A

Color information

#CA8A4A (or 0xCA8A4A) is unknown color: approx Peru. HEX triplet: CA, 8A and 4A. RGB value is (202,138,74). Sum of RGB (Red+Green+Blue) = 202+138+74=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8A4A is #3575B5. Grayscale: #969696. Windows color (decimal): -3503542 or 4885194. OLE color: 4885194.

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

Color convert

RGB20213874-
CMYK00.320.630.21
HSL30º54.7%54.12%-
HSV(B)30º63.37%79.22%-
XYZ34.6831.2310.68-
YUV149.8485.2165.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.79%
GREEN value IS 138 (54.30% from 255) = 33.33%
BLUE value IS 74 (29.30% from 255) = 17.87%
R=48.79%
G=33.33%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021387400.320.630.213054.754.12
HexCA8A4A0203F151e3736
Octal3122121120407725366766
Binary1100101010001010100101001000001111111010111110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8A4A; }

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

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

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

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

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

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

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

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