#CF8D41

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

Shades of Peru #CF8D41

Tints of Peru #CF8D41

Color information

#CF8D41 (or 0xCF8D41) is unknown color: approx Peru. HEX triplet: CF, 8D and 41. RGB value is (207,141,65). Sum of RGB (Red+Green+Blue) = 207+141+65=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8D41 is #3072BE. Grayscale: #989898. Windows color (decimal): -3175103 or 4296143. OLE color: 4296143.

HSL color Cylindrical-coordinate representation of color #CF8D41: hue angle of 32.11º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF8D41 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB20714165-
CMYK00.320.690.19
HSL32.11º59.66%53.33%-
HSV(B)32.11º68.6%81.18%-
XYZ36.2132.79.4-
YUV152.0778.87167.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.12%
GREEN value IS 141 (55.47% from 255) = 34.14%
BLUE value IS 65 (25.78% from 255) = 15.74%
R=50.12%
G=34.14%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071416500.320.690.1932.1159.6653.33
HexCF8D410204513203c35
Octal31721510104010523407465
Binary110011111000110110000010100000100010110011100000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8D41; }

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

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

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

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

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

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

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

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