#CC853E

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

Shades of Peru #CC853E

Tints of Peru #CC853E

Color information

#CC853E (or 0xCC853E) is unknown color: approx Peru. HEX triplet: CC, 85 and 3E. RGB value is (204,133,62). Sum of RGB (Red+Green+Blue) = 204+133+62=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 62 (24.61% from 255 or 15.54% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC853E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC853E is #337AC1. Grayscale: #929292. Windows color (decimal): -3373762 or 4097484. OLE color: 4097484.

HSL color Cylindrical-coordinate representation of color #CC853E: hue angle of 30º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC853E is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB20413362-
CMYK00.350.700.2
HSL30º58.2%52.16%-
HSV(B)30º69.61%80%-
XYZ34.1629.968.54-
YUV146.1480.52169.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.13%
GREEN value IS 133 (52.34% from 255) = 33.33%
BLUE value IS 62 (24.61% from 255) = 15.54%
R=51.13%
G=33.33%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.70
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041336200.350.700.23058.252.16
HexCC853E02346141e3a34
Octal3142057604310624367264
Binary1100110010000101111110010001110001101010011110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC853E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC853E; }

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

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

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

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

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

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

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

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