#C0A16D

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

Shades of Fallow #C0A16D

Tints of Fallow #C0A16D

Color information

#C0A16D (or 0xC0A16D) is unknown color: approx Fallow. HEX triplet: C0, A1 and 6D. RGB value is (192,161,109). Sum of RGB (Red+Green+Blue) = 192+161+109=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 161 (63.28% from 255 or 34.85% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A16D is #3F5E92. Grayscale: #A4A4A4. Windows color (decimal): -4152979 or 7184832. OLE color: 7184832.

HSL color Cylindrical-coordinate representation of color #C0A16D: hue angle of 37.59º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0A16D is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB192161109-
CMYK00.160.430.25
HSL37.59º39.71%59.02%-
HSV(B)37.59º43.23%75.29%-
XYZ37.2437.819.8-
YUV164.3496.77147.73-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.56%
GREEN value IS 161 (63.28% from 255) = 34.85%
BLUE value IS 109 (42.97% from 255) = 23.59%
R=41.56%
G=34.85%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216110900.160.430.2537.5939.7159.02
HexC0A16D0102B1926283b
Octal3002411550205331465073
Binary1100000010100001110110101000010101111001100110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A16D; }

 p { color: rgb(192,161,109); }

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

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

 a { background-color: rgb(192,161,109); }

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

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

 span { border-color: rgb(192,161,109); }

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