#C9A174

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

Shades of Fallow #C9A174

Tints of Fallow #C9A174

Color information

#C9A174 (or 0xC9A174) is unknown color: approx Fallow. HEX triplet: C9, A1 and 74. RGB value is (201,161,116). Sum of RGB (Red+Green+Blue) = 201+161+116=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A174 is #365E8B. Grayscale: #A8A8A8. Windows color (decimal): -3563148 or 7643593. OLE color: 7643593.

HSL color Cylindrical-coordinate representation of color #C9A174: hue angle of 31.76º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C9A174 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB201161116-
CMYK00.200.420.21
HSL31.76º44.04%62.16%-
HSV(B)31.76º42.29%78.82%-
XYZ39.9839.1721.98-
YUV167.8398.75151.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.05%
GREEN value IS 161 (63.28% from 255) = 33.68%
BLUE value IS 116 (45.70% from 255) = 24.27%
R=42.05%
G=33.68%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116111600.200.420.2131.7644.0462.16
HexC9A1740142A15202c3e
Octal3112411640245225405476
Binary1100100110100001111010001010010101010101100000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A174; }

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

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

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

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

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

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

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

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