#C0A571

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

Shades of Fallow #C0A571

Tints of Fallow #C0A571

Color information

#C0A571 (or 0xC0A571) is unknown color: approx Fallow. HEX triplet: C0, A5 and 71. RGB value is (192,165,113). Sum of RGB (Red+Green+Blue) = 192+165+113=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A571 is #3F5A8E. Grayscale: #A7A7A7. Windows color (decimal): -4151951 or 7448000. OLE color: 7448000.

HSL color Cylindrical-coordinate representation of color #C0A571: hue angle of 39.49º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0A571 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB192165113-
CMYK00.140.410.25
HSL39.49º38.54%59.8%-
HSV(B)39.49º41.15%75.29%-
XYZ38.1739.3121.2-
YUV167.1497.45145.73-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.85%
GREEN value IS 165 (64.84% from 255) = 35.11%
BLUE value IS 113 (44.53% from 255) = 24.04%
R=40.85%
G=35.11%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216511300.140.410.2539.4938.5459.8
HexC0A5710E291927273c
Octal3002451610165131474774
Binary110000001010010111100010111010100111001100111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A571; }

 p { color: rgb(192,165,113); }

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

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

 a { background-color: rgb(192,165,113); }

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

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

 span { border-color: rgb(192,165,113); }

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