#C8986D

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

Shades of Fallow #C8986D

Tints of Fallow #C8986D

Color information

#C8986D (or 0xC8986D) is unknown color: approx Fallow. HEX triplet: C8, 98 and 6D. RGB value is (200,152,109). Sum of RGB (Red+Green+Blue) = 200+152+109=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C8986D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8986D is #376792. Grayscale: #A1A1A1. Windows color (decimal): -3630995 or 7182536. OLE color: 7182536.

HSL color Cylindrical-coordinate representation of color #C8986D: hue angle of 28.35º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C8986D is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB200152109-
CMYK00.240.460.22
HSL28.35º45.27%60.59%-
HSV(B)28.35º45.5%78.43%-
XYZ37.8135.8419.39-
YUV161.4598.4155.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.38%
GREEN value IS 152 (59.77% from 255) = 32.97%
BLUE value IS 109 (42.97% from 255) = 23.64%
R=43.38%
G=32.97%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015210900.240.460.2228.3545.2760.59
HexC8986D0182E161c2d3d
Octal3102301550305626345575
Binary110010001001100011011010110001011101011011100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8986D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8986D; }

 p { color: rgb(200,152,109); }

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

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

 a { background-color: rgb(200,152,109); }

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

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

 span { border-color: rgb(200,152,109); }

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