#CC8848

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

Shades of Peru #CC8848

Tints of Peru #CC8848

Color information

#CC8848 (or 0xCC8848) is unknown color: approx Peru. HEX triplet: CC, 88 and 48. RGB value is (204,136,72). Sum of RGB (Red+Green+Blue) = 204+136+72=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 72 (28.52% from 255 or 17.48% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8848 is #3377B7. Grayscale: #959595. Windows color (decimal): -3372984 or 4753612. OLE color: 4753612.

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

Color convert

RGB20413672-
CMYK00.330.650.2
HSL29.09º56.41%54.12%-
HSV(B)29.09º64.71%80%-
XYZ34.8830.9110.26-
YUV149.0484.53167.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.51%
GREEN value IS 136 (53.52% from 255) = 33.01%
BLUE value IS 72 (28.52% from 255) = 17.48%
R=49.51%
G=33.01%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041367200.330.650.229.0956.4154.12
HexCC884802141141d3836
Octal31421011004110124357066
Binary11001100100010001001000010000110000011010011101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8848; }

 p { color: rgb(204,136,72); }

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

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

 a { background-color: rgb(204,136,72); }

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

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

 span { border-color: rgb(204,136,72); }

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