#CC803F

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

Shades of Peru #CC803F

Tints of Peru #CC803F

Color information

#CC803F (or 0xCC803F) is unknown color: approx Peru. HEX triplet: CC, 80 and 3F. RGB value is (204,128,63). Sum of RGB (Red+Green+Blue) = 204+128+63=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC803F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC803F is #337FC0. Grayscale: #8F8F8F. Windows color (decimal): -3375041 or 4161740. OLE color: 4161740.

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

Color convert

RGB20412863-
CMYK00.370.690.2
HSL27.66º58.02%52.35%-
HSV(B)27.66º69.12%80%-
XYZ33.5228.638.46-
YUV143.3182.68171.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.65%
GREEN value IS 128 (50.39% from 255) = 32.41%
BLUE value IS 63 (25% from 255) = 15.95%
R=51.65%
G=32.41%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041286300.370.690.227.6658.0252.35
HexCC803F02545141c3a34
Octal3142007704510524347264
Binary1100110010000000111111010010110001011010011100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC803F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC803F; }

 p { color: rgb(204,128,63); }

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

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

 a { background-color: rgb(204,128,63); }

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

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

 span { border-color: rgb(204,128,63); }

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