#C9A06D

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

Shades of Fallow #C9A06D

Tints of Fallow #C9A06D

Color information

#C9A06D (or 0xC9A06D) is unknown color: approx Fallow. HEX triplet: C9, A0 and 6D. RGB value is (201,160,109). Sum of RGB (Red+Green+Blue) = 201+160+109=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A06D is #365F92. Grayscale: #A6A6A6. Windows color (decimal): -3563411 or 7184585. OLE color: 7184585.

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

Color convert

RGB201160109-
CMYK00.200.460.21
HSL33.26º46%60.78%-
HSV(B)33.26º45.77%78.82%-
XYZ39.4238.6619.85-
YUV166.4495.58152.65-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.77%
GREEN value IS 160 (62.89% from 255) = 34.04%
BLUE value IS 109 (42.97% from 255) = 23.19%
R=42.77%
G=34.04%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116010900.200.460.2133.264660.78
HexC9A06D0142E15212e3d
Octal3112401550245625415675
Binary1100100110100000110110101010010111010101100001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A06D; }

 p { color: rgb(201,160,109); }

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

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

 a { background-color: rgb(201,160,109); }

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

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

 span { border-color: rgb(201,160,109); }

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