#CC8447

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

Shades of Peru #CC8447

Tints of Peru #CC8447

Color information

#CC8447 (or 0xCC8447) is unknown color: approx Peru. HEX triplet: CC, 84 and 47. RGB value is (204,132,71). Sum of RGB (Red+Green+Blue) = 204+132+71=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 71 (28.12% from 255 or 17.44% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8447 is #337BB8. Grayscale: #929292. Windows color (decimal): -3374009 or 4687052. OLE color: 4687052.

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

Color convert

RGB20413271-
CMYK00.350.650.2
HSL27.52º56.6%53.92%-
HSV(B)27.52º65.2%80%-
XYZ34.2929.799.9-
YUV146.5785.35168.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.12%
GREEN value IS 132 (51.95% from 255) = 32.43%
BLUE value IS 71 (28.12% from 255) = 17.44%
R=50.12%
G=32.43%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041327100.350.650.227.5256.653.92
HexCC844702341141c3936
Octal31420410704310124347166
Binary11001100100001001000111010001110000011010011100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8447; }

 p { color: rgb(204,132,71); }

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

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

 a { background-color: rgb(204,132,71); }

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

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

 span { border-color: rgb(204,132,71); }

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