#CC894F

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

Shades of Peru #CC894F

Tints of Peru #CC894F

Color information

#CC894F (or 0xCC894F) is unknown color: approx Peru. HEX triplet: CC, 89 and 4F. RGB value is (204,137,79). Sum of RGB (Red+Green+Blue) = 204+137+79=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 79 (31.25% from 255 or 18.81% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC894F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC894F is #3376B0. Grayscale: #969696. Windows color (decimal): -3372721 or 5212620. OLE color: 5212620.

HSL color Cylindrical-coordinate representation of color #CC894F: hue angle of 27.84º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC894F is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB20413779-
CMYK00.330.610.2
HSL27.84º55.07%55.49%-
HSV(B)27.84º61.27%80%-
XYZ35.2631.2911.58-
YUV150.4287.7166.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.57%
GREEN value IS 137 (53.91% from 255) = 32.62%
BLUE value IS 79 (31.25% from 255) = 18.81%
R=48.57%
G=32.62%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041377900.330.610.227.8455.0755.49
HexCC894F0213D141c3737
Octal3142111170417524346767
Binary1100110010001001100111101000011111011010011100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC894F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC894F; }

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

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

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

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

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

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

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

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