#cc823f

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

Shades of Peru #CC823F

Tints of Peru #CC823F

Color information

#CC823F (or 0xCC823F) is unknown color: approx Peru. HEX triplet: CC, 82 and 3F. RGB value is (204,130,63). Sum of RGB (Red+Green+Blue) = 204+130+63=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 63 (25% from 255 or 15.87% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC823F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC823F is #337DC0. Grayscale: #909090. Windows color (decimal): -3374529 or 4162252. OLE color: 4162252.

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

Color convert

RGB20413063-
CMYK00.360.690.2
HSL28.51º58.02%52.35%-
HSV(B)28.51º69.12%80%-
XYZ33.7829.168.55-
YUV144.4982.02170.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.39%
GREEN value IS 130 (51.17% from 255) = 32.75%
BLUE value IS 63 (25% from 255) = 15.87%
R=51.39%
G=32.75%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041306300.360.690.228.5158.0252.35
HexCC823F02445141d3a34
Octal3142027704410524357264
Binary1100110010000010111111010010010001011010011101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc823f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc823f; }

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

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

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

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

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

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

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

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