#C8A176

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

Shades of Fallow #C8A176

Tints of Fallow #C8A176

Color information

#C8A176 (or 0xC8A176) is unknown color: approx Fallow. HEX triplet: C8, A1 and 76. RGB value is (200,161,118). Sum of RGB (Red+Green+Blue) = 200+161+118=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 118 (46.48% from 255 or 24.63% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A176 is #375E89. Grayscale: #A7A7A7. Windows color (decimal): -3628682 or 7774664. OLE color: 7774664.

HSL color Cylindrical-coordinate representation of color #C8A176: hue angle of 31.46º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C8A176 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB200161118-
CMYK00.190.410.22
HSL31.46º42.71%62.35%-
HSV(B)31.46º41%78.43%-
XYZ39.8339.0822.58-
YUV167.7699.92151-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.75%
GREEN value IS 161 (63.28% from 255) = 33.61%
BLUE value IS 118 (46.48% from 255) = 24.63%
R=41.75%
G=33.61%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016111800.190.410.2231.4642.7162.35
HexC8A17601329161f2b3e
Octal3102411660235126375376
Binary110010001010000111101100100111010011011011111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A176; }

 p { color: rgb(200,161,118); }

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

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

 a { background-color: rgb(200,161,118); }

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

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

 span { border-color: rgb(200,161,118); }

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