#CC8845

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

Shades of Peru #CC8845

Tints of Peru #CC8845

Color information

#CC8845 (or 0xCC8845) is unknown color: approx Peru. HEX triplet: CC, 88 and 45. RGB value is (204,136,69). Sum of RGB (Red+Green+Blue) = 204+136+69=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 69 (27.34% from 255 or 16.87% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8845 is #3377BA. Grayscale: #959595. Windows color (decimal): -3372987 or 4557004. OLE color: 4557004.

HSL color Cylindrical-coordinate representation of color #CC8845: hue angle of 29.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC8845 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB20413669-
CMYK00.330.660.2
HSL29.78º56.96%53.53%-
HSV(B)29.78º66.18%80%-
XYZ34.7830.889.76-
YUV148.6983.03167.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.88%
GREEN value IS 136 (53.52% from 255) = 33.25%
BLUE value IS 69 (27.34% from 255) = 16.87%
R=49.88%
G=33.25%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041366900.330.660.229.7856.9653.53
HexCC884502142141e3936
Octal31421010504110224367166
Binary11001100100010001000101010000110000101010011110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8845; }

 p { color: rgb(204,136,69); }

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

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

 a { background-color: rgb(204,136,69); }

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

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

 span { border-color: rgb(204,136,69); }

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