#CF8D45

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

Shades of Peru #CF8D45

Tints of Peru #CF8D45

Color information

#CF8D45 (or 0xCF8D45) is unknown color: approx Peru. HEX triplet: CF, 8D and 45. RGB value is (207,141,69). Sum of RGB (Red+Green+Blue) = 207+141+69=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 69 (27.34% from 255 or 16.55% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8D45 is #3072BA. Grayscale: #989898. Windows color (decimal): -3175099 or 4558287. OLE color: 4558287.

HSL color Cylindrical-coordinate representation of color #CF8D45: hue angle of 31.3º 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 #CF8D45 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB20714169-
CMYK00.320.670.19
HSL31.3º58.97%54.12%-
HSV(B)31.3º66.67%81.18%-
XYZ36.3332.7410.04-
YUV152.5380.87166.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.64%
GREEN value IS 141 (55.47% from 255) = 33.81%
BLUE value IS 69 (27.34% from 255) = 16.55%
R=49.64%
G=33.81%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071416900.320.670.1931.358.9754.12
HexCF8D4502043131f3b36
Octal31721510504010323377366
Binary11001111100011011000101010000010000111001111111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8D45; }

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

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

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

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

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

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

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

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