#CC8643

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

Shades of Peru #CC8643

Tints of Peru #CC8643

Color information

#CC8643 (or 0xCC8643) is unknown color: approx Peru. HEX triplet: CC, 86 and 43. RGB value is (204,134,67). Sum of RGB (Red+Green+Blue) = 204+134+67=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 67 (26.56% from 255 or 16.54% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8643 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8643 is #3379BC. Grayscale: #939393. Windows color (decimal): -3373501 or 4425420. OLE color: 4425420.

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

Color convert

RGB20413467-
CMYK00.340.670.2
HSL29.34º57.32%53.14%-
HSV(B)29.34º67.16%80%-
XYZ34.4430.299.34-
YUV147.2982.69168.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.37%
GREEN value IS 134 (52.73% from 255) = 33.09%
BLUE value IS 67 (26.56% from 255) = 16.54%
R=50.37%
G=33.09%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041346700.340.670.229.3457.3253.14
HexCC864302243141d3935
Octal31420610304210324357165
Binary11001100100001101000011010001010000111010011101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8643; }

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

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

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

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

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

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

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

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