#C8956F

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

Shades of Fallow #C8956F

Tints of Fallow #C8956F

Color information

#C8956F (or 0xC8956F) is unknown color: approx Fallow. HEX triplet: C8, 95 and 6F. RGB value is (200,149,111). Sum of RGB (Red+Green+Blue) = 200+149+111=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C8956F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8956F is #376A90. Grayscale: #A0A0A0. Windows color (decimal): -3631761 or 7312840. OLE color: 7312840.

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

Color convert

RGB200149111-
CMYK00.260.440.22
HSL25.62º44.72%60.98%-
HSV(B)25.62º44.5%78.43%-
XYZ37.4434.9219.81-
YUV159.92100.4156.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.48%
GREEN value IS 149 (58.59% from 255) = 32.39%
BLUE value IS 111 (43.75% from 255) = 24.13%
R=43.48%
G=32.39%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014911100.260.440.2225.6244.7260.98
HexC8956F01A2C161a2d3d
Octal3102251570325426325575
Binary110010001001010111011110110101011001011011010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8956F; }

 p { color: rgb(200,149,111); }

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

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

 a { background-color: rgb(200,149,111); }

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

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

 span { border-color: rgb(200,149,111); }

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