#CC8945

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

Shades of Peru #CC8945

Tints of Peru #CC8945

Color information

#CC8945 (or 0xCC8945) is unknown color: approx Peru. HEX triplet: CC, 89 and 45. RGB value is (204,137,69). Sum of RGB (Red+Green+Blue) = 204+137+69=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 69 (27.34% from 255 or 16.83% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8945 is #3376BA. Grayscale: #959595. Windows color (decimal): -3372731 or 4557260. OLE color: 4557260.

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

Color convert

RGB20413769-
CMYK00.330.660.2
HSL30.22º56.96%53.53%-
HSV(B)30.22º66.18%80%-
XYZ34.9231.169.8-
YUV149.2882.7167.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.76%
GREEN value IS 137 (53.91% from 255) = 33.41%
BLUE value IS 69 (27.34% from 255) = 16.83%
R=49.76%
G=33.41%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041376900.330.660.230.2256.9653.53
HexCC894502142141e3936
Octal31421110504110224367166
Binary11001100100010011000101010000110000101010011110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8945; }

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

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

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

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

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

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

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

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