#CF8845

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

Shades of Peru #CF8845

Tints of Peru #CF8845

Color information

#CF8845 (or 0xCF8845) is unknown color: approx Peru. HEX triplet: CF, 88 and 45. RGB value is (207,136,69). Sum of RGB (Red+Green+Blue) = 207+136+69=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 69 (27.34% from 255 or 16.75% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8845 is #3077BA. Grayscale: #959595. Windows color (decimal): -3176379 or 4557007. OLE color: 4557007.

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

Color convert

RGB20713669-
CMYK00.340.670.19
HSL29.13º58.97%54.12%-
HSV(B)29.13º66.67%81.18%-
XYZ35.6131.39.8-
YUV149.5982.52168.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.24%
GREEN value IS 136 (53.52% from 255) = 33.01%
BLUE value IS 69 (27.34% from 255) = 16.75%
R=50.24%
G=33.01%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071366900.340.670.1929.1358.9754.12
HexCF884502243131d3b36
Octal31721010504210323357366
Binary11001111100010001000101010001010000111001111101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8845; }

 p { color: rgb(207,136,69); }

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

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

 a { background-color: rgb(207,136,69); }

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

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

 span { border-color: rgb(207,136,69); }

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