#c8966d

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

Shades of Fallow #C8966D

Tints of Fallow #C8966D

Color information

#C8966D (or 0xC8966D) is unknown color: approx Fallow. HEX triplet: C8, 96 and 6D. RGB value is (200,150,109). Sum of RGB (Red+Green+Blue) = 200+150+109=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C8966D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8966D is #376992. Grayscale: #A0A0A0. Windows color (decimal): -3631507 or 7182024. OLE color: 7182024.

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

Color convert

RGB200150109-
CMYK00.250.460.22
HSL27.03º45.27%60.59%-
HSV(B)27.03º45.5%78.43%-
XYZ37.4935.219.29-
YUV160.2899.06156.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.57%
GREEN value IS 150 (58.98% from 255) = 32.68%
BLUE value IS 109 (42.97% from 255) = 23.75%
R=43.57%
G=32.68%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015010900.250.460.2227.0345.2760.59
HexC8966D0192E161b2d3d
Octal3102261550315626335575
Binary110010001001011011011010110011011101011011011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8966d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8966d; }

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

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

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

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

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

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

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

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