#CC8547

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

Shades of Peru #CC8547

Tints of Peru #CC8547

Color information

#CC8547 (or 0xCC8547) is unknown color: approx Peru. HEX triplet: CC, 85 and 47. RGB value is (204,133,71). Sum of RGB (Red+Green+Blue) = 204+133+71=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 71 (28.12% from 255 or 17.40% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8547 is #337AB8. Grayscale: #939393. Windows color (decimal): -3373753 or 4687308. OLE color: 4687308.

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

Color convert

RGB20413371-
CMYK00.350.650.2
HSL27.97º56.6%53.92%-
HSV(B)27.97º65.2%80%-
XYZ34.4330.079.95-
YUV147.1685.02168.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50%
GREEN value IS 133 (52.34% from 255) = 32.60%
BLUE value IS 71 (28.12% from 255) = 17.40%
R=50%
G=32.60%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041337100.350.650.227.9756.653.92
HexCC854702341141c3936
Octal31420510704310124347166
Binary11001100100001011000111010001110000011010011100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8547; }

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

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

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

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

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

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

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

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