#C5A369

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

Shades of Fallow #C5A369

Tints of Fallow #C5A369

Color information

#C5A369 (or 0xC5A369) is unknown color: approx Fallow. HEX triplet: C5, A3 and 69. RGB value is (197,163,105). Sum of RGB (Red+Green+Blue) = 197+163+105=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 105 (41.41% from 255 or 22.58% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A369 is #3A5C96. Grayscale: #A6A6A6. Windows color (decimal): -3824791 or 6923205. OLE color: 6923205.

HSL color Cylindrical-coordinate representation of color #C5A369: hue angle of 37.83º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C5A369 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB197163105-
CMYK00.170.470.23
HSL37.83º44.23%59.22%-
HSV(B)37.83º46.7%77.25%-
XYZ38.6739.0818.87-
YUV166.5593.26149.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.37%
GREEN value IS 163 (64.06% from 255) = 35.05%
BLUE value IS 105 (41.41% from 255) = 22.58%
R=42.37%
G=35.05%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716310500.170.470.2337.8344.2359.22
HexC5A3690112F17262c3b
Octal3052431510215727465473
Binary1100010110100011110100101000110111110111100110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A369; }

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

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

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

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

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

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

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

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