#CC8443

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

Shades of Peru #CC8443

Tints of Peru #CC8443

Color information

#CC8443 (or 0xCC8443) is unknown color: approx Peru. HEX triplet: CC, 84 and 43. RGB value is (204,132,67). Sum of RGB (Red+Green+Blue) = 204+132+67=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 67 (26.56% from 255 or 16.63% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8443 is #337BBC. Grayscale: #929292. Windows color (decimal): -3374013 or 4424908. OLE color: 4424908.

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

Color convert

RGB20413267-
CMYK00.350.670.2
HSL28.47º57.32%53.14%-
HSV(B)28.47º67.16%80%-
XYZ34.1729.759.25-
YUV146.1283.35169.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.62%
GREEN value IS 132 (51.95% from 255) = 32.75%
BLUE value IS 67 (26.56% from 255) = 16.63%
R=50.62%
G=32.75%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041326700.350.670.228.4757.3253.14
HexCC844302343141c3935
Octal31420410304310324347165
Binary11001100100001001000011010001110000111010011100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8443; }

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

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

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

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

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

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

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

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