#CA843D

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

Shades of Peru #CA843D

Tints of Peru #CA843D

Color information

#CA843D (or 0xCA843D) is unknown color: approx Peru. HEX triplet: CA, 84 and 3D. RGB value is (202,132,61). Sum of RGB (Red+Green+Blue) = 202+132+61=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 61 (24.22% from 255 or 15.44% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA843D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA843D is #357BC2. Grayscale: #919191. Windows color (decimal): -3505091 or 4031690. OLE color: 4031690.

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

Color convert

RGB20213261-
CMYK00.350.700.21
HSL30.21º57.09%51.57%-
HSV(B)30.21º69.8%79.22%-
XYZ33.4529.48.33-
YUV144.8480.69168.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.14%
GREEN value IS 132 (51.95% from 255) = 33.42%
BLUE value IS 61 (24.22% from 255) = 15.44%
R=51.14%
G=33.42%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021326100.350.700.2130.2157.0951.57
HexCA843D02346151e3934
Octal3122047504310625367164
Binary1100101010000100111101010001110001101010111110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA843D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA843D; }

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

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

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

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

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

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

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

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