#C7986D

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

Shades of Fallow #C7986D

Tints of Fallow #C7986D

Color information

#C7986D (or 0xC7986D) is unknown color: approx Fallow. HEX triplet: C7, 98 and 6D. RGB value is (199,152,109). Sum of RGB (Red+Green+Blue) = 199+152+109=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C7986D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7986D is #386792. Grayscale: #A1A1A1. Windows color (decimal): -3696531 or 7182535. OLE color: 7182535.

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

Color convert

RGB199152109-
CMYK00.240.450.22
HSL28.67º44.55%60.39%-
HSV(B)28.67º45.23%78.04%-
XYZ37.5435.719.38-
YUV161.1598.57155-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.26%
GREEN value IS 152 (59.77% from 255) = 33.04%
BLUE value IS 109 (42.97% from 255) = 23.70%
R=43.26%
G=33.04%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915210900.240.450.2228.6744.5560.39
HexC7986D0182D161d2d3c
Octal3072301550305526355574
Binary110001111001100011011010110001011011011011101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7986D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7986D; }

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

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

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

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

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

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

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

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