#C9A36A

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

Shades of Fallow #C9A36A

Tints of Fallow #C9A36A

Color information

#C9A36A (or 0xC9A36A) is unknown color: approx Fallow. HEX triplet: C9, A3 and 6A. RGB value is (201,163,106). Sum of RGB (Red+Green+Blue) = 201+163+106=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 106 (41.80% from 255 or 22.55% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A36A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A36A is #365C95. Grayscale: #A8A8A8. Windows color (decimal): -3562646 or 6988745. OLE color: 6988745.

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

Color convert

RGB201163106-
CMYK00.190.470.21
HSL36º46.8%60.2%-
HSV(B)36º47.26%78.82%-
XYZ39.7939.6519.19-
YUV167.8693.09151.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.77%
GREEN value IS 163 (64.06% from 255) = 34.68%
BLUE value IS 106 (41.80% from 255) = 22.55%
R=42.77%
G=34.68%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116310600.190.470.213646.860.2
HexC9A36A0132F15242f3c
Octal3112431520235725445774
Binary1100100110100011110101001001110111110101100100101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A36A; }

 p { color: rgb(201,163,106); }

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

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

 a { background-color: rgb(201,163,106); }

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

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

 span { border-color: rgb(201,163,106); }

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