#CA8848

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

Shades of Peru #CA8848

Tints of Peru #CA8848

Color information

#CA8848 (or 0xCA8848) is unknown color: approx Peru. HEX triplet: CA, 88 and 48. RGB value is (202,136,72). Sum of RGB (Red+Green+Blue) = 202+136+72=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8848 is #3577B7. Grayscale: #949494. Windows color (decimal): -3504056 or 4753610. OLE color: 4753610.

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

Color convert

RGB20213672-
CMYK00.330.640.21
HSL29.54º55.08%53.73%-
HSV(B)29.54º64.36%79.22%-
XYZ34.3330.6310.23-
YUV148.4484.87166.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.27%
GREEN value IS 136 (53.52% from 255) = 33.17%
BLUE value IS 72 (28.52% from 255) = 17.56%
R=49.27%
G=33.17%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021367200.330.640.2129.5455.0853.73
HexCA884802140151e3736
Octal31221011004110025366766
Binary11001010100010001001000010000110000001010111110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8848; }

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

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

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

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

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

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

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

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