#CC864A

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

Shades of Peru #CC864A

Tints of Peru #CC864A

Color information

#CC864A (or 0xCC864A) is unknown color: approx Peru. HEX triplet: CC, 86 and 4A. RGB value is (204,134,74). Sum of RGB (Red+Green+Blue) = 204+134+74=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC864A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC864A is #3379B5. Grayscale: #949494. Windows color (decimal): -3373494 or 4884172. OLE color: 4884172.

HSL color Cylindrical-coordinate representation of color #CC864A: hue angle of 27.69º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC864A is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB20413474-
CMYK00.340.640.2
HSL27.69º56.03%54.51%-
HSV(B)27.69º63.73%80%-
XYZ34.6630.3810.52-
YUV148.0986.19167.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.51%
GREEN value IS 134 (52.73% from 255) = 32.52%
BLUE value IS 74 (29.30% from 255) = 17.96%
R=49.51%
G=32.52%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041347400.340.640.227.6956.0354.51
HexCC864A02240141c3837
Octal31420611204210024347067
Binary11001100100001101001010010001010000001010011100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC864A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC864A; }

 p { color: rgb(204,134,74); }

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

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

 a { background-color: rgb(204,134,74); }

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

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

 span { border-color: rgb(204,134,74); }

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