#C9A369

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

Shades of Fallow #C9A369

Tints of Fallow #C9A369

Color information

#C9A369 (or 0xC9A369) is unknown color: approx Fallow. HEX triplet: C9, A3 and 69. RGB value is (201,163,105). Sum of RGB (Red+Green+Blue) = 201+163+105=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A369 is #365C96. Grayscale: #A8A8A8. Windows color (decimal): -3562647 or 6923209. OLE color: 6923209.

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

Color convert

RGB201163105-
CMYK00.190.480.21
HSL36.25º47.06%60%-
HSV(B)36.25º47.76%78.82%-
XYZ39.7339.6318.92-
YUV167.7592.59151.72-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.86%
GREEN value IS 163 (64.06% from 255) = 34.75%
BLUE value IS 105 (41.41% from 255) = 22.39%
R=42.86%
G=34.75%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116310500.190.480.2136.2547.0660
HexC9A3690133015242f3c
Octal3112431510236025445774
Binary1100100110100011110100101001111000010101100100101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A369; }

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

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

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

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

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

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

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

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