#CC8B40

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

Shades of Peru #CC8B40

Tints of Peru #CC8B40

Color information

#CC8B40 (or 0xCC8B40) is unknown color: approx Peru. HEX triplet: CC, 8B and 40. RGB value is (204,139,64). Sum of RGB (Red+Green+Blue) = 204+139+64=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8B40 is #3374BF. Grayscale: #969696. Windows color (decimal): -3372224 or 4230092. OLE color: 4230092.

HSL color Cylindrical-coordinate representation of color #CC8B40: hue angle of 32.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC8B40 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB20413964-
CMYK00.320.690.2
HSL32.14º57.85%52.55%-
HSV(B)32.14º68.63%80%-
XYZ35.0631.679.12-
YUV149.8879.53166.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.12%
GREEN value IS 139 (54.69% from 255) = 34.15%
BLUE value IS 64 (25.39% from 255) = 15.72%
R=50.12%
G=34.15%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041396400.320.690.232.1457.8552.55
HexCC8B400204514203a35
Octal31421310004010524407265
Binary110011001000101110000000100000100010110100100000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8B40; }

 p { color: rgb(204,139,64); }

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

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

 a { background-color: rgb(204,139,64); }

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

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

 span { border-color: rgb(204,139,64); }

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