#CC8C45

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

Shades of Peru #CC8C45

Tints of Peru #CC8C45

Color information

#CC8C45 (or 0xCC8C45) is unknown color: approx Peru. HEX triplet: CC, 8C and 45. RGB value is (204,140,69). Sum of RGB (Red+Green+Blue) = 204+140+69=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 69 (27.34% from 255 or 16.71% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8C45 is #3373BA. Grayscale: #979797. Windows color (decimal): -3371963 or 4558028. OLE color: 4558028.

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

Color convert

RGB20414069-
CMYK00.310.660.2
HSL31.56º56.96%53.53%-
HSV(B)31.56º66.18%80%-
XYZ35.3532.029.95-
YUV151.0481.7165.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.39%
GREEN value IS 140 (55.08% from 255) = 33.90%
BLUE value IS 69 (27.34% from 255) = 16.71%
R=49.39%
G=33.90%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041406900.310.660.231.5656.9653.53
HexCC8C4501F4214203936
Octal31421410503710224407166
Binary11001100100011001000101011111100001010100100000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8C45; }

 p { color: rgb(204,140,69); }

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

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

 a { background-color: rgb(204,140,69); }

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

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

 span { border-color: rgb(204,140,69); }

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