#C7A075

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

Shades of Fallow #C7A075

Tints of Fallow #C7A075

Color information

#C7A075 (or 0xC7A075) is unknown color: approx Fallow. HEX triplet: C7, A0 and 75. RGB value is (199,160,117). Sum of RGB (Red+Green+Blue) = 199+160+117=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A075 is #385F8A. Grayscale: #A6A6A6. Windows color (decimal): -3694475 or 7708871. OLE color: 7708871.

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

Color convert

RGB199160117-
CMYK00.200.410.22
HSL31.46º42.27%61.96%-
HSV(B)31.46º41.21%78.04%-
XYZ39.3338.5722.2-
YUV166.7699.92151-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.81%
GREEN value IS 160 (62.89% from 255) = 33.61%
BLUE value IS 117 (46.09% from 255) = 24.58%
R=41.81%
G=33.61%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916011700.200.410.2231.4642.2761.96
HexC7A07501429161f2a3e
Octal3072401650245126375276
Binary110001111010000011101010101001010011011011111101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A075; }

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

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

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

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

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

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

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

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