#CC893D

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

Shades of Peru #CC893D

Tints of Peru #CC893D

Color information

#CC893D (or 0xCC893D) is unknown color: approx Peru. HEX triplet: CC, 89 and 3D. RGB value is (204,137,61). Sum of RGB (Red+Green+Blue) = 204+137+61=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 61 (24.22% from 255 or 15.17% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC893D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC893D is #3376C2. Grayscale: #949494. Windows color (decimal): -3372739 or 4032972. OLE color: 4032972.

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

Color convert

RGB20413761-
CMYK00.330.700.2
HSL31.89º58.37%51.96%-
HSV(B)31.89º70.1%80%-
XYZ34.6931.078.58-
YUV148.3778.7167.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.75%
GREEN value IS 137 (53.91% from 255) = 34.08%
BLUE value IS 61 (24.22% from 255) = 15.17%
R=50.75%
G=34.08%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.70
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041376100.330.700.231.8958.3751.96
HexCC893D0214614203a34
Octal3142117504110624407264
Binary11001100100010011111010100001100011010100100000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC893D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC893D; }

 p { color: rgb(204,137,61); }

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

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

 a { background-color: rgb(204,137,61); }

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

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

 span { border-color: rgb(204,137,61); }

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