#CA883A

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

Shades of Peru #CA883A

Tints of Peru #CA883A

Color information

#CA883A (or 0xCA883A) is unknown color: approx Peru. HEX triplet: CA, 88 and 3A. RGB value is (202,136,58). Sum of RGB (Red+Green+Blue) = 202+136+58=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 58 (23.05% from 255 or 14.65% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA883A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA883A is #3577C5. Grayscale: #939393. Windows color (decimal): -3504070 or 3836106. OLE color: 3836106.

HSL color Cylindrical-coordinate representation of color #CA883A: hue angle of 32.5º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA883A is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB20213658-
CMYK00.330.710.21
HSL32.5º57.6%50.98%-
HSV(B)32.5º71.29%79.22%-
XYZ33.9330.478.1-
YUV146.8477.87167.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.01%
GREEN value IS 136 (53.52% from 255) = 34.34%
BLUE value IS 58 (23.05% from 255) = 14.65%
R=51.01%
G=34.34%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021365800.330.710.2132.557.650.98
HexCA883A0214715213a33
Octal3122107204110725417263
Binary11001010100010001110100100001100011110101100001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA883A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA883A; }

 p { color: rgb(202,136,58); }

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

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

 a { background-color: rgb(202,136,58); }

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

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

 span { border-color: rgb(202,136,58); }

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