#CC8A45

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

Shades of Peru #CC8A45

Tints of Peru #CC8A45

Color information

#CC8A45 (or 0xCC8A45) is unknown color: approx Peru. HEX triplet: CC, 8A and 45. RGB value is (204,138,69). Sum of RGB (Red+Green+Blue) = 204+138+69=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 69 (27.34% from 255 or 16.79% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8A45 is #3375BA. Grayscale: #969696. Windows color (decimal): -3372475 or 4557516. OLE color: 4557516.

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

Color convert

RGB20413869-
CMYK00.320.660.2
HSL30.67º56.96%53.53%-
HSV(B)30.67º66.18%80%-
XYZ35.0631.449.85-
YUV149.8782.37166.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.64%
GREEN value IS 138 (54.30% from 255) = 33.58%
BLUE value IS 69 (27.34% from 255) = 16.79%
R=49.64%
G=33.58%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041386900.320.660.230.6756.9653.53
HexCC8A4502042141f3936
Octal31421210504010224377166
Binary11001100100010101000101010000010000101010011111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8A45; }

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

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

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

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

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

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

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

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