#C9864E

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

Shades of Peru #C9864E

Tints of Peru #C9864E

Color information

#C9864E (or 0xC9864E) is unknown color: approx Peru. HEX triplet: C9, 86 and 4E. RGB value is (201,134,78). Sum of RGB (Red+Green+Blue) = 201+134+78=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9864E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9864E is #3679B1. Grayscale: #939393. Windows color (decimal): -3570098 or 5146313. OLE color: 5146313.

HSL color Cylindrical-coordinate representation of color #C9864E: hue angle of 27.32º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C9864E is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB20113478-
CMYK00.330.610.21
HSL27.32º53.25%54.71%-
HSV(B)27.32º61.19%78.82%-
XYZ33.9930.0211.21-
YUV147.6588.7166.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.67%
GREEN value IS 134 (52.73% from 255) = 32.45%
BLUE value IS 78 (30.86% from 255) = 18.89%
R=48.67%
G=32.45%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011347800.330.610.2127.3253.2554.71
HexC9864E0213D151b3537
Octal3112061160417525336567
Binary1100100110000110100111001000011111011010111011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9864E; }

 p { color: rgb(201,134,78); }

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

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

 a { background-color: rgb(201,134,78); }

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

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

 span { border-color: rgb(201,134,78); }

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