#C7A16D

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

Shades of Fallow #C7A16D

Tints of Fallow #C7A16D

Color information

#C7A16D (or 0xC7A16D) is unknown color: approx Fallow. HEX triplet: C7, A1 and 6D. RGB value is (199,161,109). Sum of RGB (Red+Green+Blue) = 199+161+109=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A16D is #385E92. Grayscale: #A6A6A6. Windows color (decimal): -3694227 or 7184839. OLE color: 7184839.

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

Color convert

RGB199161109-
CMYK00.190.450.22
HSL34.67º44.55%60.39%-
HSV(B)34.67º45.23%78.04%-
XYZ39.0638.7419.89-
YUV166.4395.59151.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.43%
GREEN value IS 161 (63.28% from 255) = 34.33%
BLUE value IS 109 (42.97% from 255) = 23.24%
R=42.43%
G=34.33%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916110900.190.450.2234.6744.5560.39
HexC7A16D0132D16232d3c
Octal3072411550235526435574
Binary1100011110100001110110101001110110110110100011101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A16D; }

 p { color: rgb(199,161,109); }

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

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

 a { background-color: rgb(199,161,109); }

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

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

 span { border-color: rgb(199,161,109); }

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