#C8976E

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

Shades of Fallow #C8976E

Tints of Fallow #C8976E

Color information

#C8976E (or 0xC8976E) is unknown color: approx Fallow. HEX triplet: C8, 97 and 6E. RGB value is (200,151,110). Sum of RGB (Red+Green+Blue) = 200+151+110=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C8976E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8976E is #376891. Grayscale: #A1A1A1. Windows color (decimal): -3631250 or 7247816. OLE color: 7247816.

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

Color convert

RGB200151110-
CMYK00.240.450.22
HSL27.33º45%60.78%-
HSV(B)27.33º45%78.43%-
XYZ37.735.5419.62-
YUV160.9899.23155.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.38%
GREEN value IS 151 (59.38% from 255) = 32.75%
BLUE value IS 110 (43.36% from 255) = 23.86%
R=43.38%
G=32.75%
B=23.86%

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
Decimal20015111000.240.450.2227.334560.78
HexC8976E0182D161b2d3d
Octal3102271560305526335575
Binary110010001001011111011100110001011011011011011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8976E; }

 p { color: rgb(200,151,110); }

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

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

 a { background-color: rgb(200,151,110); }

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

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

 span { border-color: rgb(200,151,110); }

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