#C7A16A

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

Shades of Fallow #C7A16A

Tints of Fallow #C7A16A

Color information

#C7A16A (or 0xC7A16A) is unknown color: approx Fallow. HEX triplet: C7, A1 and 6A. RGB value is (199,161,106). Sum of RGB (Red+Green+Blue) = 199+161+106=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A16A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A16A is #385E95. Grayscale: #A6A6A6. Windows color (decimal): -3694230 or 6988231. OLE color: 6988231.

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

Color convert

RGB199161106-
CMYK00.190.470.22
HSL35.48º45.37%59.8%-
HSV(B)35.48º46.73%78.04%-
XYZ38.938.6719.05-
YUV166.0994.09151.47-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.70%
GREEN value IS 161 (63.28% from 255) = 34.55%
BLUE value IS 106 (41.80% from 255) = 22.75%
R=42.70%
G=34.55%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916110600.190.470.2235.4845.3759.8
HexC7A16A0132F16232d3c
Octal3072411520235726435574
Binary1100011110100001110101001001110111110110100011101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A16A; }

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

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

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

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

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

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

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

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