#C8996D

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

Shades of Fallow #C8996D

Tints of Fallow #C8996D

Color information

#C8996D (or 0xC8996D) is unknown color: approx Fallow. HEX triplet: C8, 99 and 6D. RGB value is (200,153,109). Sum of RGB (Red+Green+Blue) = 200+153+109=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C8996D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8996D is #376692. Grayscale: #A2A2A2. Windows color (decimal): -3630739 or 7182792. OLE color: 7182792.

HSL color Cylindrical-coordinate representation of color #C8996D: hue angle of 29.01º 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 #C8996D is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB200153109-
CMYK00.240.460.22
HSL29.01º45.27%60.59%-
HSV(B)29.01º45.5%78.43%-
XYZ37.9736.1719.45-
YUV162.0498.07155.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.29%
GREEN value IS 153 (60.16% from 255) = 33.12%
BLUE value IS 109 (42.97% from 255) = 23.59%
R=43.29%
G=33.12%
B=23.59%

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
Decimal20015310900.240.460.2229.0145.2760.59
HexC8996D0182E161d2d3d
Octal3102311550305626355575
Binary110010001001100111011010110001011101011011101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8996D; }

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

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

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

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

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

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

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

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