#CC8545

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

Shades of Peru #CC8545

Tints of Peru #CC8545

Color information

#CC8545 (or 0xCC8545) is unknown color: approx Peru. HEX triplet: CC, 85 and 45. RGB value is (204,133,69). Sum of RGB (Red+Green+Blue) = 204+133+69=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8545 is #337ABA. Grayscale: #939393. Windows color (decimal): -3373755 or 4556236. OLE color: 4556236.

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

Color convert

RGB20413369-
CMYK00.350.660.2
HSL28.44º56.96%53.53%-
HSV(B)28.44º66.18%80%-
XYZ34.3630.049.62-
YUV146.9384.02168.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.25%
GREEN value IS 133 (52.34% from 255) = 32.76%
BLUE value IS 69 (27.34% from 255) = 17.00%
R=50.25%
G=32.76%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041336900.350.660.228.4456.9653.53
HexCC854502342141c3936
Octal31420510504310224347166
Binary11001100100001011000101010001110000101010011100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8545; }

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

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

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

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

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

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

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

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