#CC8747

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

Shades of Peru #CC8747

Tints of Peru #CC8747

Color information

#CC8747 (or 0xCC8747) is unknown color: approx Peru. HEX triplet: CC, 87 and 47. RGB value is (204,135,71). Sum of RGB (Red+Green+Blue) = 204+135+71=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 71 (28.12% from 255 or 17.32% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8747 is #3378B8. Grayscale: #949494. Windows color (decimal): -3373241 or 4687820. OLE color: 4687820.

HSL color Cylindrical-coordinate representation of color #CC8747: hue angle of 28.87º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC8747 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB20413571-
CMYK00.340.650.2
HSL28.87º56.6%53.92%-
HSV(B)28.87º65.2%80%-
XYZ34.730.6210.04-
YUV148.3384.36167.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.76%
GREEN value IS 135 (53.12% from 255) = 32.93%
BLUE value IS 71 (28.12% from 255) = 17.32%
R=49.76%
G=32.93%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041357100.340.650.228.8756.653.92
HexCC874702241141d3936
Octal31420710704210124357166
Binary11001100100001111000111010001010000011010011101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8747; }

 p { color: rgb(204,135,71); }

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

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

 a { background-color: rgb(204,135,71); }

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

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

 span { border-color: rgb(204,135,71); }

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