#C8996F

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

Shades of Fallow #C8996F

Tints of Fallow #C8996F

Color information

#C8996F (or 0xC8996F) is unknown color: approx Fallow. HEX triplet: C8, 99 and 6F. RGB value is (200,153,111). Sum of RGB (Red+Green+Blue) = 200+153+111=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C8996F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8996F is #376690. Grayscale: #A2A2A2. Windows color (decimal): -3630737 or 7313864. OLE color: 7313864.

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

Color convert

RGB200153111-
CMYK00.240.440.22
HSL28.31º44.72%60.98%-
HSV(B)28.31º44.5%78.43%-
XYZ38.0836.2120.02-
YUV162.2699.07154.92-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.10%
GREEN value IS 153 (60.16% from 255) = 32.97%
BLUE value IS 111 (43.75% from 255) = 23.92%
R=43.10%
G=32.97%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015311100.240.440.2228.3144.7260.98
HexC8996F0182C161c2d3d
Octal3102311570305426345575
Binary110010001001100111011110110001011001011011100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8996F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8996F; }

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

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

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

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

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

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

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

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