#CC893F

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

Shades of Peru #CC893F

Tints of Peru #CC893F

Color information

#CC893F (or 0xCC893F) is unknown color: approx Peru. HEX triplet: CC, 89 and 3F. RGB value is (204,137,63). Sum of RGB (Red+Green+Blue) = 204+137+63=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 63 (25% from 255 or 15.59% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC893F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC893F is #3376C0. Grayscale: #949494. Windows color (decimal): -3372737 or 4164044. OLE color: 4164044.

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

Color convert

RGB20413763-
CMYK00.330.690.2
HSL31.49º58.02%52.35%-
HSV(B)31.49º69.12%80%-
XYZ34.7431.098.87-
YUV148.679.7167.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.50%
GREEN value IS 137 (53.91% from 255) = 33.91%
BLUE value IS 63 (25% from 255) = 15.59%
R=50.50%
G=33.91%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041376300.330.690.231.4958.0252.35
HexCC893F02145141f3a34
Octal3142117704110524377264
Binary1100110010001001111111010000110001011010011111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC893F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC893F; }

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

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

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

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

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

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

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

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