#CA8546

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

Shades of Peru #CA8546

Tints of Peru #CA8546

Color information

#CA8546 (or 0xCA8546) is unknown color: approx Peru. HEX triplet: CA, 85 and 46. RGB value is (202,133,70). Sum of RGB (Red+Green+Blue) = 202+133+70=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8546 is #357AB9. Grayscale: #929292. Windows color (decimal): -3504826 or 4621770. OLE color: 4621770.

HSL color Cylindrical-coordinate representation of color #CA8546: hue angle of 28.64º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA8546 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB20213370-
CMYK00.340.650.21
HSL28.64º55.46%53.33%-
HSV(B)28.64º65.35%79.22%-
XYZ33.8529.779.76-
YUV146.4584.86167.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.88%
GREEN value IS 133 (52.34% from 255) = 32.84%
BLUE value IS 70 (27.73% from 255) = 17.28%
R=49.88%
G=32.84%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021337000.340.650.2128.6455.4653.33
HexCA854602241151d3735
Octal31220510604210125356765
Binary11001010100001011000110010001010000011010111101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8546; }

 p { color: rgb(202,133,70); }

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

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

 a { background-color: rgb(202,133,70); }

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

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

 span { border-color: rgb(202,133,70); }

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