#CC8344

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

Shades of Peru #CC8344

Tints of Peru #CC8344

Color information

#CC8344 (or 0xCC8344) is unknown color: approx Peru. HEX triplet: CC, 83 and 44. RGB value is (204,131,68). Sum of RGB (Red+Green+Blue) = 204+131+68=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 68 (26.95% from 255 or 16.87% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8344 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8344 is #337CBB. Grayscale: #919191. Windows color (decimal): -3374268 or 4490188. OLE color: 4490188.

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

Color convert

RGB20413168-
CMYK00.360.670.2
HSL27.79º57.14%53.33%-
HSV(B)27.79º66.67%80%-
XYZ34.0629.499.37-
YUV145.6484.18169.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.62%
GREEN value IS 131 (51.56% from 255) = 32.51%
BLUE value IS 68 (26.95% from 255) = 16.87%
R=50.62%
G=32.51%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041316800.360.670.227.7957.1453.33
HexCC834402443141c3935
Octal31420310404410324347165
Binary11001100100000111000100010010010000111010011100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8344; }

 p { color: rgb(204,131,68); }

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

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

 a { background-color: rgb(204,131,68); }

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

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

 span { border-color: rgb(204,131,68); }

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