#CC8244

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

Shades of Peru #CC8244

Tints of Peru #CC8244

Color information

#CC8244 (or 0xCC8244) is unknown color: approx Peru. HEX triplet: CC, 82 and 44. RGB value is (204,130,68). Sum of RGB (Red+Green+Blue) = 204+130+68=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8244 is #337DBB. Grayscale: #919191. Windows color (decimal): -3374524 or 4489932. OLE color: 4489932.

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

Color convert

RGB20413068-
CMYK00.360.670.2
HSL27.35º57.14%53.33%-
HSV(B)27.35º66.67%80%-
XYZ33.9329.229.32-
YUV145.0684.52170.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.75%
GREEN value IS 130 (51.17% from 255) = 32.34%
BLUE value IS 68 (26.95% from 255) = 16.92%
R=50.75%
G=32.34%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041306800.360.670.227.3557.1453.33
HexCC824402443141b3935
Octal31420210404410324337165
Binary11001100100000101000100010010010000111010011011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8244; }

 p { color: rgb(204,130,68); }

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

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

 a { background-color: rgb(204,130,68); }

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

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

 span { border-color: rgb(204,130,68); }

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