#CC854A

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

Shades of Peru #CC854A

Tints of Peru #CC854A

Color information

#CC854A (or 0xCC854A) is unknown color: approx Peru. HEX triplet: CC, 85 and 4A. RGB value is (204,133,74). Sum of RGB (Red+Green+Blue) = 204+133+74=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC854A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC854A is #337AB5. Grayscale: #939393. Windows color (decimal): -3373750 or 4883916. OLE color: 4883916.

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

Color convert

RGB20413374-
CMYK00.350.640.2
HSL27.23º56.03%54.51%-
HSV(B)27.23º63.73%80%-
XYZ34.5330.1110.47-
YUV147.586.52168.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.64%
GREEN value IS 133 (52.34% from 255) = 32.36%
BLUE value IS 74 (29.30% from 255) = 18.00%
R=49.64%
G=32.36%
B=18.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041337400.350.640.227.2356.0354.51
HexCC854A02340141b3837
Octal31420511204310024337067
Binary11001100100001011001010010001110000001010011011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC854A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC854A; }

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

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

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

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

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

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

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

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