#CC8C48

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

Shades of Peru #CC8C48

Tints of Peru #CC8C48

Color information

#CC8C48 (or 0xCC8C48) is unknown color: approx Peru. HEX triplet: CC, 8C and 48. RGB value is (204,140,72). Sum of RGB (Red+Green+Blue) = 204+140+72=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 72 (28.52% from 255 or 17.31% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8C48 is #3373B7. Grayscale: #979797. Windows color (decimal): -3371960 or 4754636. OLE color: 4754636.

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

Color convert

RGB20414072-
CMYK00.310.650.2
HSL30.91º56.41%54.12%-
HSV(B)30.91º64.71%80%-
XYZ35.4532.0610.45-
YUV151.3883.2165.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.04%
GREEN value IS 140 (55.08% from 255) = 33.65%
BLUE value IS 72 (28.52% from 255) = 17.31%
R=49.04%
G=33.65%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041407200.310.650.230.9156.4154.12
HexCC8C4801F41141f3836
Octal31421411003710124377066
Binary1100110010001100100100001111110000011010011111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8C48; }

 p { color: rgb(204,140,72); }

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

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

 a { background-color: rgb(204,140,72); }

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

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

 span { border-color: rgb(204,140,72); }

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