#C8A174

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

Shades of Fallow #C8A174

Tints of Fallow #C8A174

Color information

#C8A174 (or 0xC8A174) is unknown color: approx Fallow. HEX triplet: C8, A1 and 74. RGB value is (200,161,116). Sum of RGB (Red+Green+Blue) = 200+161+116=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A174 is #375E8B. Grayscale: #A7A7A7. Windows color (decimal): -3628684 or 7643592. OLE color: 7643592.

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

Color convert

RGB200161116-
CMYK00.190.420.22
HSL32.14º43.3%61.96%-
HSV(B)32.14º42%78.43%-
XYZ39.7239.0321.96-
YUV167.5398.92151.16-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.93%
GREEN value IS 161 (63.28% from 255) = 33.75%
BLUE value IS 116 (45.70% from 255) = 24.32%
R=41.93%
G=33.75%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016111600.190.420.2232.1443.361.96
HexC8A1740132A16202b3e
Octal3102411640235226405376
Binary1100100010100001111010001001110101010110100000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A174; }

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

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

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

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

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

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

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

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