#CF8A4E

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

Shades of Peru #CF8A4E

Tints of Peru #CF8A4E

Color information

#CF8A4E (or 0xCF8A4E) is unknown color: approx Peru. HEX triplet: CF, 8A and 4E. RGB value is (207,138,78). Sum of RGB (Red+Green+Blue) = 207+138+78=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 78 (30.86% from 255 or 18.44% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8A4E is #3075B1. Grayscale: #989898. Windows color (decimal): -3175858 or 5147343. OLE color: 5147343.

HSL color Cylindrical-coordinate representation of color #CF8A4E: hue angle of 27.91º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF8A4E is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB20713878-
CMYK00.330.620.19
HSL27.91º57.33%55.88%-
HSV(B)27.91º62.32%81.18%-
XYZ36.231.9911.48-
YUV151.7986.36167.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.94%
GREEN value IS 138 (54.30% from 255) = 32.62%
BLUE value IS 78 (30.86% from 255) = 18.44%
R=48.94%
G=32.62%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071387800.330.620.1927.9157.3355.88
HexCF8A4E0213E131c3938
Octal3172121160417623347170
Binary1100111110001010100111001000011111101001111100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8A4E; }

 p { color: rgb(207,138,78); }

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

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

 a { background-color: rgb(207,138,78); }

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

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

 span { border-color: rgb(207,138,78); }

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