#CF8949

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

Shades of Peru #CF8949

Tints of Peru #CF8949

Color information

#CF8949 (or 0xCF8949) is unknown color: approx Peru. HEX triplet: CF, 89 and 49. RGB value is (207,137,73). Sum of RGB (Red+Green+Blue) = 207+137+73=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 73 (28.91% from 255 or 17.51% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8949 is #3076B6. Grayscale: #969696. Windows color (decimal): -3176119 or 4819407. OLE color: 4819407.

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

Color convert

RGB20713773-
CMYK00.340.650.19
HSL28.66º58.26%54.9%-
HSV(B)28.66º64.73%81.18%-
XYZ35.8831.6410.52-
YUV150.6384.19168.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.64%
GREEN value IS 137 (53.91% from 255) = 32.85%
BLUE value IS 73 (28.91% from 255) = 17.51%
R=49.64%
G=32.85%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071377300.340.650.1928.6658.2654.9
HexCF894902241131d3a37
Octal31721111104210123357267
Binary11001111100010011001001010001010000011001111101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8949; }

 p { color: rgb(207,137,73); }

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

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

 a { background-color: rgb(207,137,73); }

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

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

 span { border-color: rgb(207,137,73); }

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