#CC884A

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

Shades of Peru #CC884A

Tints of Peru #CC884A

Color information

#CC884A (or 0xCC884A) is unknown color: approx Peru. HEX triplet: CC, 88 and 4A. RGB value is (204,136,74). Sum of RGB (Red+Green+Blue) = 204+136+74=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC884A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC884A is #3377B5. Grayscale: #959595. Windows color (decimal): -3372982 or 4884684. OLE color: 4884684.

HSL color Cylindrical-coordinate representation of color #CC884A: hue angle of 28.62º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC884A is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB20413674-
CMYK00.330.640.2
HSL28.62º56.03%54.51%-
HSV(B)28.62º63.73%80%-
XYZ34.9430.9410.61-
YUV149.2685.53167.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.28%
GREEN value IS 136 (53.52% from 255) = 32.85%
BLUE value IS 74 (29.30% from 255) = 17.87%
R=49.28%
G=32.85%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041367400.330.640.228.6256.0354.51
HexCC884A02140141d3837
Octal31421011204110024357067
Binary11001100100010001001010010000110000001010011101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC884A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC884A; }

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

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

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

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

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

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

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

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