#CC8543

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

Shades of Peru #CC8543

Tints of Peru #CC8543

Color information

#CC8543 (or 0xCC8543) is unknown color: approx Peru. HEX triplet: CC, 85 and 43. RGB value is (204,133,67). Sum of RGB (Red+Green+Blue) = 204+133+67=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 67 (26.56% from 255 or 16.58% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8543 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8543 is #337ABC. Grayscale: #939393. Windows color (decimal): -3373757 or 4425164. OLE color: 4425164.

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

Color convert

RGB20413367-
CMYK00.350.670.2
HSL28.91º57.32%53.14%-
HSV(B)28.91º67.16%80%-
XYZ34.330.029.3-
YUV146.7183.02168.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.50%
GREEN value IS 133 (52.34% from 255) = 32.92%
BLUE value IS 67 (26.56% from 255) = 16.58%
R=50.50%
G=32.92%
B=16.58%

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
Decimal2041336700.350.670.228.9157.3253.14
HexCC854302343141d3935
Octal31420510304310324357165
Binary11001100100001011000011010001110000111010011101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8543; }

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

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

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

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

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

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

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

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