#CC8445

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

Shades of Peru #CC8445

Tints of Peru #CC8445

Color information

#CC8445 (or 0xCC8445) is unknown color: approx Peru. HEX triplet: CC, 84 and 45. RGB value is (204,132,69). Sum of RGB (Red+Green+Blue) = 204+132+69=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8445 is #337BBA. Grayscale: #929292. Windows color (decimal): -3374011 or 4555980. OLE color: 4555980.

HSL color Cylindrical-coordinate representation of color #CC8445: hue angle of 28º 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 #CC8445 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB20413269-
CMYK00.350.660.2
HSL28º56.96%53.53%-
HSV(B)28º66.18%80%-
XYZ34.2329.779.57-
YUV146.3584.35169.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.37%
GREEN value IS 132 (51.95% from 255) = 32.59%
BLUE value IS 69 (27.34% from 255) = 17.04%
R=50.37%
G=32.59%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041326900.350.660.22856.9653.53
HexCC844502342141c3936
Octal31420410504310224347166
Binary11001100100001001000101010001110000101010011100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8445; }

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

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

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

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

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

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

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

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