#C0A173

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

Shades of Fallow #C0A173

Tints of Fallow #C0A173

Color information

#C0A173 (or 0xC0A173) is unknown color: approx Fallow. HEX triplet: C0, A1 and 73. RGB value is (192,161,115). Sum of RGB (Red+Green+Blue) = 192+161+115=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A173 is #3F5E8C. Grayscale: #A5A5A5. Windows color (decimal): -4152973 or 7578048. OLE color: 7578048.

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

Color convert

RGB192161115-
CMYK00.160.400.25
HSL35.84º37.93%60.2%-
HSV(B)35.84º40.1%75.29%-
XYZ37.5837.9321.56-
YUV165.0299.77147.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.03%
GREEN value IS 161 (63.28% from 255) = 34.40%
BLUE value IS 115 (45.31% from 255) = 24.57%
R=41.03%
G=34.40%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216111500.160.400.2535.8437.9360.2
HexC0A173010281924263c
Octal3002411630205031444674
Binary1100000010100001111001101000010100011001100100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A173; }

 p { color: rgb(192,161,115); }

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

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

 a { background-color: rgb(192,161,115); }

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

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

 span { border-color: rgb(192,161,115); }

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