#C9A165

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

Shades of Fallow #C9A165

Tints of Fallow #C9A165

Color information

#C9A165 (or 0xC9A165) is unknown color: approx Fallow. HEX triplet: C9, A1 and 65. RGB value is (201,161,101). Sum of RGB (Red+Green+Blue) = 201+161+101=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A165 is #365E9A. Grayscale: #A6A6A6. Windows color (decimal): -3563163 or 6660553. OLE color: 6660553.

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

Color convert

RGB201161101-
CMYK00.200.500.21
HSL36º48.08%59.22%-
HSV(B)36º49.75%78.82%-
XYZ39.1838.8517.75-
YUV166.1291.25152.88-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.41%
GREEN value IS 161 (63.28% from 255) = 34.77%
BLUE value IS 101 (39.84% from 255) = 21.81%
R=43.41%
G=34.77%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116110100.200.500.213648.0859.22
HexC9A165014321524303b
Octal3112411450246225446073
Binary1100100110100001110010101010011001010101100100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A165; }

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

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

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

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

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

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

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

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