#CA8441

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

Shades of Peru #CA8441

Tints of Peru #CA8441

Color information

#CA8441 (or 0xCA8441) is unknown color: approx Peru. HEX triplet: CA, 84 and 41. RGB value is (202,132,65). Sum of RGB (Red+Green+Blue) = 202+132+65=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8441 is #357BBE. Grayscale: #919191. Windows color (decimal): -3505087 or 4293834. OLE color: 4293834.

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

Color convert

RGB20213265-
CMYK00.350.680.21
HSL29.34º56.38%52.35%-
HSV(B)29.34º67.82%79.22%-
XYZ33.5629.448.91-
YUV145.2982.69168.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.63%
GREEN value IS 132 (51.95% from 255) = 33.08%
BLUE value IS 65 (25.78% from 255) = 16.29%
R=50.63%
G=33.08%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021326500.350.680.2129.3456.3852.35
HexCA844102344151d3834
Octal31220410104310425357064
Binary11001010100001001000001010001110001001010111101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8441; }

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

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

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

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

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

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

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

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