#CA8B4A

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

Shades of Peru #CA8B4A

Tints of Peru #CA8B4A

Color information

#CA8B4A (or 0xCA8B4A) is unknown color: approx Peru. HEX triplet: CA, 8B and 4A. RGB value is (202,139,74). Sum of RGB (Red+Green+Blue) = 202+139+74=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8B4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8B4A is #3574B5. Grayscale: #969696. Windows color (decimal): -3503286 or 4885450. OLE color: 4885450.

HSL color Cylindrical-coordinate representation of color #CA8B4A: hue angle of 30.47º 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 #CA8B4A is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB20213974-
CMYK00.310.630.21
HSL30.47º54.7%54.12%-
HSV(B)30.47º63.37%79.22%-
XYZ34.8331.5210.73-
YUV150.4384.87164.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.67%
GREEN value IS 139 (54.69% from 255) = 33.49%
BLUE value IS 74 (29.30% from 255) = 17.83%
R=48.67%
G=33.49%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021397400.310.630.2130.4754.754.12
HexCA8B4A01F3F151e3736
Octal3122131120377725366766
Binary110010101000101110010100111111111111010111110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8B4A; }

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

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

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

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

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

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

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

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