#C7A073

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

Shades of Fallow #C7A073

Tints of Fallow #C7A073

Color information

#C7A073 (or 0xC7A073) is unknown color: approx Fallow. HEX triplet: C7, A0 and 73. RGB value is (199,160,115). Sum of RGB (Red+Green+Blue) = 199+160+115=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A073 is #385F8C. Grayscale: #A6A6A6. Windows color (decimal): -3694477 or 7577799. OLE color: 7577799.

HSL color Cylindrical-coordinate representation of color #C7A073: hue angle of 32.14º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C7A073 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB199160115-
CMYK00.200.420.22
HSL32.14º42.86%61.57%-
HSV(B)32.14º42.21%78.04%-
XYZ39.2238.5221.59-
YUV166.5398.92151.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.98%
GREEN value IS 160 (62.89% from 255) = 33.76%
BLUE value IS 115 (45.31% from 255) = 24.26%
R=41.98%
G=33.76%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916011500.200.420.2232.1442.8661.57
HexC7A0730142A16202b3e
Octal3072401630245226405376
Binary1100011110100000111001101010010101010110100000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A073; }

 p { color: rgb(199,160,115); }

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

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

 a { background-color: rgb(199,160,115); }

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

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

 span { border-color: rgb(199,160,115); }

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