#CF8742

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

Shades of Peru #CF8742

Tints of Peru #CF8742

Color information

#CF8742 (or 0xCF8742) is unknown color: approx Peru. HEX triplet: CF, 87 and 42. RGB value is (207,135,66). Sum of RGB (Red+Green+Blue) = 207+135+66=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 66 (26.17% from 255 or 16.18% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8742 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8742 is #3078BD. Grayscale: #959595. Windows color (decimal): -3176638 or 4360143. OLE color: 4360143.

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

Color convert

RGB20713566-
CMYK00.350.680.19
HSL29.36º59.49%53.53%-
HSV(B)29.36º68.12%81.18%-
XYZ35.3830.999.27-
YUV148.6681.35169.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.74%
GREEN value IS 135 (53.12% from 255) = 33.09%
BLUE value IS 66 (26.17% from 255) = 16.18%
R=50.74%
G=33.09%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071356600.350.680.1929.3659.4953.53
HexCF874202344131d3b36
Octal31720710204310423357366
Binary11001111100001111000010010001110001001001111101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8742; }

 p { color: rgb(207,135,66); }

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

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

 a { background-color: rgb(207,135,66); }

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

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

 span { border-color: rgb(207,135,66); }

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