#C0A067

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

Shades of Fallow #C0A067

Tints of Fallow #C0A067

Color information

#C0A067 (or 0xC0A067) is unknown color: approx Fallow. HEX triplet: C0, A0 and 67. RGB value is (192,160,103). Sum of RGB (Red+Green+Blue) = 192+160+103=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 103 (40.62% from 255 or 22.64% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A067 is #3F5F98. Grayscale: #A3A3A3. Windows color (decimal): -4153241 or 6791360. OLE color: 6791360.

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

Color convert

RGB192160103-
CMYK00.170.460.25
HSL38.43º41.4%57.84%-
HSV(B)38.43º46.35%75.29%-
XYZ36.7637.3318.1-
YUV163.0794.1148.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.20%
GREEN value IS 160 (62.89% from 255) = 35.16%
BLUE value IS 103 (40.62% from 255) = 22.64%
R=42.20%
G=35.16%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216010300.170.460.2538.4341.457.84
HexC0A0670112E1926293a
Octal3002401470215631465172
Binary1100000010100000110011101000110111011001100110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A067; }

 p { color: rgb(192,160,103); }

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

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

 a { background-color: rgb(192,160,103); }

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

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

 span { border-color: rgb(192,160,103); }

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