#C0A068

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

Shades of Fallow #C0A068

Tints of Fallow #C0A068

Color information

#C0A068 (or 0xC0A068) is unknown color: approx Fallow. HEX triplet: C0, A0 and 68. RGB value is (192,160,104). Sum of RGB (Red+Green+Blue) = 192+160+104=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A068 is #3F5F97. Grayscale: #A3A3A3. Windows color (decimal): -4153240 or 6856896. OLE color: 6856896.

HSL color Cylindrical-coordinate representation of color #C0A068: hue angle of 38.18º 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 #C0A068 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB192160104-
CMYK00.170.460.25
HSL38.18º41.12%58.04%-
HSV(B)38.18º45.83%75.29%-
XYZ36.8137.3518.37-
YUV163.1894.6148.55-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.11%
GREEN value IS 160 (62.89% from 255) = 35.09%
BLUE value IS 104 (41.02% from 255) = 22.81%
R=42.11%
G=35.09%
B=22.81%

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
Decimal19216010400.170.460.2538.1841.1258.04
HexC0A0680112E1926293a
Octal3002401500215631465172
Binary1100000010100000110100001000110111011001100110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A068; }

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

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

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

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

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

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

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

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