#C0A46E

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

Shades of Fallow #C0A46E

Tints of Fallow #C0A46E

Color information

#C0A46E (or 0xC0A46E) is unknown color: approx Fallow. HEX triplet: C0, A4 and 6E. RGB value is (192,164,110). Sum of RGB (Red+Green+Blue) = 192+164+110=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A46E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A46E is #3F5B91. Grayscale: #A6A6A6. Windows color (decimal): -4152210 or 7251136. OLE color: 7251136.

HSL color Cylindrical-coordinate representation of color #C0A46E: hue angle of 39.51º degrees, saturation: 0.39, 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 #C0A46E is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB192164110-
CMYK00.150.430.25
HSL39.51º39.42%59.22%-
HSV(B)39.51º42.71%75.29%-
XYZ37.8338.8820.26-
YUV166.2296.28146.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.20%
GREEN value IS 164 (64.45% from 255) = 35.19%
BLUE value IS 110 (43.36% from 255) = 23.61%
R=41.20%
G=35.19%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216411000.150.430.2539.5139.4259.22
HexC0A46E0F2B1928273b
Octal3002441560175331504773
Binary110000001010010011011100111110101111001101000100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A46E; }

 p { color: rgb(192,164,110); }

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

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

 a { background-color: rgb(192,164,110); }

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

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

 span { border-color: rgb(192,164,110); }

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