#C0A374

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

Shades of Fallow #C0A374

Tints of Fallow #C0A374

Color information

#C0A374 (or 0xC0A374) is unknown color: approx Fallow. HEX triplet: C0, A3 and 74. RGB value is (192,163,116). Sum of RGB (Red+Green+Blue) = 192+163+116=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A374 is #3F5C8B. Grayscale: #A6A6A6. Windows color (decimal): -4152460 or 7644096. OLE color: 7644096.

HSL color Cylindrical-coordinate representation of color #C0A374: hue angle of 37.11º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0A374 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB192163116-
CMYK00.150.400.25
HSL37.11º37.62%60.39%-
HSV(B)37.11º39.58%75.29%-
XYZ37.9938.6621.98-
YUV166.3199.61146.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.76%
GREEN value IS 163 (64.06% from 255) = 34.61%
BLUE value IS 116 (45.70% from 255) = 24.63%
R=40.76%
G=34.61%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216311600.150.400.2537.1137.6260.39
HexC0A3740F281925263c
Octal3002431640175031454674
Binary110000001010001111101000111110100011001100101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A374; }

 p { color: rgb(192,163,116); }

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

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

 a { background-color: rgb(192,163,116); }

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

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

 span { border-color: rgb(192,163,116); }

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