#CA843E

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

Shades of Peru #CA843E

Tints of Peru #CA843E

Color information

#CA843E (or 0xCA843E) is unknown color: approx Peru. HEX triplet: CA, 84 and 3E. RGB value is (202,132,62). Sum of RGB (Red+Green+Blue) = 202+132+62=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 62 (24.61% from 255 or 15.66% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA843E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA843E is #357BC1. Grayscale: #919191. Windows color (decimal): -3505090 or 4097226. OLE color: 4097226.

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

Color convert

RGB20213262-
CMYK00.350.690.21
HSL30º56.91%51.76%-
HSV(B)30º69.31%79.22%-
XYZ33.4829.418.47-
YUV144.9581.19168.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.01%
GREEN value IS 132 (51.95% from 255) = 33.33%
BLUE value IS 62 (24.61% from 255) = 15.66%
R=51.01%
G=33.33%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021326200.350.690.213056.9151.76
HexCA843E02345151e3934
Octal3122047604310525367164
Binary1100101010000100111110010001110001011010111110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA843E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA843E; }

 p { color: rgb(202,132,62); }

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

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

 a { background-color: rgb(202,132,62); }

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

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

 span { border-color: rgb(202,132,62); }

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