#CF8446

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

Shades of Peru #CF8446

Tints of Peru #CF8446

Color information

#CF8446 (or 0xCF8446) is unknown color: approx Peru. HEX triplet: CF, 84 and 46. RGB value is (207,132,70). Sum of RGB (Red+Green+Blue) = 207+132+70=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 70 (27.73% from 255 or 17.11% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8446 is #307BB9. Grayscale: #939393. Windows color (decimal): -3177402 or 4621519. OLE color: 4621519.

HSL color Cylindrical-coordinate representation of color #CF8446: hue angle of 27.15º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF8446 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB20713270-
CMYK00.360.660.19
HSL27.15º58.8%54.31%-
HSV(B)27.15º66.18%81.18%-
XYZ35.0930.219.78-
YUV147.3684.35170.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.61%
GREEN value IS 132 (51.95% from 255) = 32.27%
BLUE value IS 70 (27.73% from 255) = 17.11%
R=50.61%
G=32.27%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071327000.360.660.1927.1558.854.31
HexCF844602442131b3b36
Octal31720410604410223337366
Binary11001111100001001000110010010010000101001111011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8446; }

 p { color: rgb(207,132,70); }

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

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

 a { background-color: rgb(207,132,70); }

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

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

 span { border-color: rgb(207,132,70); }

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