#C7A16B

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

Shades of Fallow #C7A16B

Tints of Fallow #C7A16B

Color information

#C7A16B (or 0xC7A16B) is unknown color: approx Fallow. HEX triplet: C7, A1 and 6B. RGB value is (199,161,107). Sum of RGB (Red+Green+Blue) = 199+161+107=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 107 (42.19% from 255 or 22.91% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A16B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A16B is #385E94. Grayscale: #A6A6A6. Windows color (decimal): -3694229 or 7053767. OLE color: 7053767.

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

Color convert

RGB199161107-
CMYK00.190.460.22
HSL35.22º45.1%60%-
HSV(B)35.22º46.23%78.04%-
XYZ38.9538.6919.33-
YUV166.2194.59151.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.61%
GREEN value IS 161 (63.28% from 255) = 34.48%
BLUE value IS 107 (42.19% from 255) = 22.91%
R=42.61%
G=34.48%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916110700.190.460.2235.2245.160
HexC7A16B0132E16232d3c
Octal3072411530235626435574
Binary1100011110100001110101101001110111010110100011101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A16B; }

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

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

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

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

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

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

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

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